Class: Google::Cloud::NetworkConnectivity::V1::NextHopVPNTunnel

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/networkconnectivity/v1/hub.rb

Overview

A route next hop that leads to a VPN tunnel resource.

Instance Attribute Summary collapse

Instance Attribute Details

#site_to_site_data_transfer::Boolean

Returns Indicates whether site-to-site data transfer is allowed for this VPN tunnel resource. Data transfer is available only in supported locations.

Returns:

  • (::Boolean)

    Indicates whether site-to-site data transfer is allowed for this VPN tunnel resource. Data transfer is available only in supported locations.



1453
1454
1455
1456
# File 'proto_docs/google/cloud/networkconnectivity/v1/hub.rb', line 1453

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

#uri::String

Returns The URI of the VPN tunnel resource.

Returns:

  • (::String)

    The URI of the VPN tunnel resource.



1453
1454
1455
1456
# File 'proto_docs/google/cloud/networkconnectivity/v1/hub.rb', line 1453

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

#vpc_network::String

Returns The VPC network where this VPN tunnel is located.

Returns:

  • (::String)

    The VPC network where this VPN tunnel is located.



1453
1454
1455
1456
# File 'proto_docs/google/cloud/networkconnectivity/v1/hub.rb', line 1453

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