LinkedVpnTunnelsResponse

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

Link copied to clipboard
object Companion

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

The URIs of linked VPN tunnel resources.

Link copied to clipboard

The VPC network where these VPN tunnels are located.