Class Google::Cloud::NetworkConnectivity::V1::LinkedVpnTunnels (v0.1.4)

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.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#site_to_site_data_transfer

def site_to_site_data_transfer() -> ::Boolean
Returns
  • (::Boolean) — A value that controls whether site-to-site data transfer is enabled for these resources. This field is set to false by default, but you must set it to true. Note that data transfer is available only in supported locations.

#site_to_site_data_transfer=

def site_to_site_data_transfer=(value) -> ::Boolean
Parameter
  • value (::Boolean) — A value that controls whether site-to-site data transfer is enabled for these resources. This field is set to false by default, but you must set it to true. Note that 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. This field is set to false by default, but you must set it to true. Note that data transfer is available only in supported locations.

#uris

def uris() -> ::Array<::String>
Returns
  • (::Array<::String>) — The URIs of linked VPN tunnel resources.

#uris=

def uris=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — The URIs of linked VPN tunnel resources.
Returns
  • (::Array<::String>) — The URIs of linked VPN tunnel resources.