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.



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.

Returns:

  • (::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.



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.

Returns:

  • (::String)

    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