SpokeLinkedVpnTunnelsArgs

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

Constructors

Link copied to clipboard
constructor(includeImportRanges: Output<List<String>>? = null, siteToSiteDataTransfer: Output<Boolean>, uris: Output<List<String>>)

Properties

Link copied to clipboard
val includeImportRanges: Output<List<String>>? = null

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

Link copied to clipboard

A value that controls whether site-to-site data transfer is enabled for these resources. Note that data transfer is available only in supported locations.

Link copied to clipboard
val uris: Output<List<String>>

The URIs of linked VPN tunnel resources.

Functions

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