Class: Google::Cloud::NetworkConnectivity::V1::LinkedVpnTunnels

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 collection of Cloud VPN tunnel resources. These resources should be redundant HA VPN tunnels that all advertise the same prefixes to Google Cloud. Alternatively, in a passive/active configuration, all tunnels should be capable of advertising the same prefixes.

Instance Attribute Summary collapse

Instance Attribute Details

#include_import_ranges::Array<::String>

Returns Optional. IP ranges allowed to be included during import from hub (does not control transit connectivity). The only allowed value for now is "ALL_IPV4_RANGES".

Returns:

  • (::Array<::String>)

    Optional. IP ranges allowed to be included during import from hub (does not control transit connectivity). The only allowed value for now is "ALL_IPV4_RANGES".



1287
1288
1289
1290
# File 'proto_docs/google/cloud/networkconnectivity/v1/hub.rb', line 1287

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

#site_to_site_data_transfer::Boolean

Returns A value that controls whether site-to-site data transfer is enabled for these resources. Data transfer is available only in supported locations.

Returns:

  • (::Boolean)

    A value that controls whether site-to-site data transfer is enabled for these resources. Data transfer is available only in supported locations.



1287
1288
1289
1290
# File 'proto_docs/google/cloud/networkconnectivity/v1/hub.rb', line 1287

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

#uris::Array<::String>

Returns The URIs of linked VPN tunnel resources.

Returns:

  • (::Array<::String>)

    The URIs of linked VPN tunnel resources.



1287
1288
1289
1290
# File 'proto_docs/google/cloud/networkconnectivity/v1/hub.rb', line 1287

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

#vpc_network::String (readonly)

Returns Output only. The VPC network where these VPN tunnels are located.

Returns:

  • (::String)

    Output only. The VPC network where these VPN tunnels are located.



1287
1288
1289
1290
# File 'proto_docs/google/cloud/networkconnectivity/v1/hub.rb', line 1287

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