Class: Google::Cloud::Compute::V1::VpnGatewayStatusVpnConnection
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::VpnGatewayStatusVpnConnection
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
A VPN connection contains all VPN tunnels connected from this VpnGateway to the same peer gateway. The peer gateway could either be an external VPN gateway or a Google Cloud VPN gateway.
Instance Attribute Summary collapse
-
#peer_external_gateway ⇒ ::String
URL reference to the peer external VPN gateways to which the VPN tunnels in this VPN connection are connected.
-
#peer_gcp_gateway ⇒ ::String
URL reference to the peer side VPN gateways to which the VPN tunnels in this VPN connection are connected.
-
#state ⇒ ::Google::Cloud::Compute::V1::VpnGatewayStatusHighAvailabilityRequirementState
HighAvailabilityRequirementState for the VPN connection.
-
#tunnels ⇒ ::Array<::Google::Cloud::Compute::V1::VpnGatewayStatusTunnel>
List of VPN tunnels that are in this VPN connection.
Instance Attribute Details
#peer_external_gateway ⇒ ::String
Returns URL reference to the peer external VPN gateways to which the VPN tunnels in this VPN connection are connected. This field is mutually exclusive with peer_gcp_gateway.
36063 36064 36065 36066 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 36063 class VpnGatewayStatusVpnConnection include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#peer_gcp_gateway ⇒ ::String
Returns URL reference to the peer side VPN gateways to which the VPN tunnels in this VPN connection are connected. This field is mutually exclusive with peer_gcp_gateway.
36063 36064 36065 36066 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 36063 class VpnGatewayStatusVpnConnection include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#state ⇒ ::Google::Cloud::Compute::V1::VpnGatewayStatusHighAvailabilityRequirementState
Returns HighAvailabilityRequirementState for the VPN connection.
36063 36064 36065 36066 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 36063 class VpnGatewayStatusVpnConnection include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#tunnels ⇒ ::Array<::Google::Cloud::Compute::V1::VpnGatewayStatusTunnel>
Returns List of VPN tunnels that are in this VPN connection.
36063 36064 36065 36066 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 36063 class VpnGatewayStatusVpnConnection include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |