Linked Vpn Tunnels Response
data class LinkedVpnTunnelsResponse(val siteToSiteDataTransfer: Boolean, val uris: List<String>, val vpcNetwork: String)
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.
Constructors
Link copied to clipboard
fun LinkedVpnTunnelsResponse(siteToSiteDataTransfer: Boolean, uris: List<String>, vpcNetwork: String)
Types
Properties
Link copied to clipboard
A value that controls whether site-to-site data transfer is enabled for these resources. Data transfer is available only in supported locations.
Link copied to clipboard