Network Connectivity V1 API - Class Google::Cloud::NetworkConnectivity::V1::LinkedVpnTunnels (v0.9.2)

Reference documentation and code samples for the Network Connectivity V1 API class Google::Cloud::NetworkConnectivity::V1::LinkedVpnTunnels.

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. 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. 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.

#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.

#vpc_network

def vpc_network() -> ::String
Returns
  • (::String) — Output only. The VPC network where these VPN tunnels are located.