Class: Google::Cloud::Compute::V1::VpnGatewayStatusTunnel
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::VpnGatewayStatusTunnel
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
Contains some information about a VPN tunnel.
Instance Attribute Summary collapse
-
#local_gateway_interface ⇒ ::Integer
The VPN gateway interface this VPN tunnel is associated with.
-
#peer_gateway_interface ⇒ ::Integer
The peer gateway interface this VPN tunnel is connected to, the peer gateway could either be an external VPN gateway or a Google Cloud VPN gateway.
-
#tunnel_url ⇒ ::String
URL reference to the VPN tunnel.
Instance Attribute Details
#local_gateway_interface ⇒ ::Integer
Returns The VPN gateway interface this VPN tunnel is associated with.
36045 36046 36047 36048 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 36045 class VpnGatewayStatusTunnel include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#peer_gateway_interface ⇒ ::Integer
Returns The peer gateway interface this VPN tunnel is connected to, the peer gateway could either be an external VPN gateway or a Google Cloud VPN gateway.
36045 36046 36047 36048 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 36045 class VpnGatewayStatusTunnel include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#tunnel_url ⇒ ::String
Returns URL reference to the VPN tunnel.
36045 36046 36047 36048 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 36045 class VpnGatewayStatusTunnel include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |