Class: Google::Cloud::Compute::V1::VpnGatewayStatusVpnConnection

Inherits:
Object
  • Object
show all
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

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