Class: Google::Cloud::Compute::V1::VpnGatewayStatusTunnel

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

Instance Attribute Details

#local_gateway_interface::Integer

Returns The VPN gateway interface this VPN tunnel is associated with.

Returns:

  • (::Integer)

    The VPN gateway interface this VPN tunnel is associated with.



27553
27554
27555
27556
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 27553

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 GCP VPN gateway.

Returns:

  • (::Integer)

    The peer gateway interface this VPN tunnel is connected to, the peer gateway could either be an external VPN gateway or GCP VPN gateway.



27553
27554
27555
27556
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 27553

class VpnGatewayStatusTunnel
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#tunnel_url::String

Returns URL reference to the VPN tunnel.

Returns:

  • (::String)

    URL reference to the VPN tunnel.



27553
27554
27555
27556
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 27553

class VpnGatewayStatusTunnel
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end