SpokeLinkedVpcNetworkArgs

data class SpokeLinkedVpcNetworkArgs(val excludeExportRanges: Output<List<String>>? = null, val uri: Output<String>) : ConvertibleToJava<SpokeLinkedVpcNetworkArgs>

Constructors

Link copied to clipboard
constructor(excludeExportRanges: Output<List<String>>? = null, uri: Output<String>)

Properties

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

IP ranges encompassing the subnets to be excluded from peering.

Link copied to clipboard
val uri: Output<String>

The URI of the VPC network resource.

Functions

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