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 a external VPN gateway or GCP 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
27571 27572 27573 27574 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 27571 class VpnGatewayStatusVpnConnection include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#peer_gcp_gateway ⇒ ::String
27571 27572 27573 27574 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 27571 class VpnGatewayStatusVpnConnection include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#state ⇒ ::Google::Cloud::Compute::V1::VpnGatewayStatusHighAvailabilityRequirementState
27571 27572 27573 27574 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 27571 class VpnGatewayStatusVpnConnection include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#tunnels ⇒ ::Array<::Google::Cloud::Compute::V1::VpnGatewayStatusTunnel>
27571 27572 27573 27574 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 27571 class VpnGatewayStatusVpnConnection include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |