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
Output only.
-
#peer_gateway_interface ⇒ ::Integer
Output only.
-
#tunnel_url ⇒ ::String
Output only.
Instance Attribute Details
#local_gateway_interface ⇒ ::Integer
Returns Output only. The VPN gateway interface this VPN tunnel is associated with.
81613 81614 81615 81616 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 81613 class VpnGatewayStatusTunnel include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#peer_gateway_interface ⇒ ::Integer
Returns Output only. 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.
81613 81614 81615 81616 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 81613 class VpnGatewayStatusTunnel include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#tunnel_url ⇒ ::String
Returns Output only. URL reference to the VPN tunnel.
81613 81614 81615 81616 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 81613 class VpnGatewayStatusTunnel include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |