Reference documentation and code samples for the Google Cloud Network Connectivity V1 Client class 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.
Generated from protobuf message google.cloud.networkconnectivity.v1.LinkedVpnTunnels
Namespace
Google \ Cloud \ NetworkConnectivity \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ uris
array
The URIs of linked VPN tunnel resources.
↳ site_to_site_data_transfer
bool
A value that controls whether site-to-site data transfer is enabled for these resources. Data transfer is available only in supported locations .
↳ vpc_network
string
Output only. The VPC network where these VPN tunnels are located.
↳ include_import_ranges
array
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".
getUris
The URIs of linked VPN tunnel resources.
setUris
The URIs of linked VPN tunnel resources.
var
string[]
$this
getSiteToSiteDataTransfer
A value that controls whether site-to-site data transfer is enabled for these resources. Data transfer is available only in supported locations .
bool
setSiteToSiteDataTransfer
A value that controls whether site-to-site data transfer is enabled for these resources. Data transfer is available only in supported locations .
var
bool
$this
getVpcNetwork
Output only. The VPC network where these VPN tunnels are located.
string
setVpcNetwork
Output only. The VPC network where these VPN tunnels are located.
var
string
$this
getIncludeImportRanges
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".
setIncludeImportRanges
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".
var
string[]
$this