LinkedVpnTunnelsArgs

data class LinkedVpnTunnelsArgs(val siteToSiteDataTransfer: Output<Boolean>? = null, val uris: Output<List<String>>? = null) : ConvertibleToJava<LinkedVpnTunnelsArgs>

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 LinkedVpnTunnelsArgs(siteToSiteDataTransfer: Output<Boolean>? = null, uris: Output<List<String>>? = null)

Functions

Link copied to clipboard
open override fun toJava(): LinkedVpnTunnelsArgs

Properties

Link copied to clipboard
val siteToSiteDataTransfer: Output<Boolean>? = null

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
val uris: Output<List<String>>? = null

The URIs of linked VPN tunnel resources.