SpokeLinkedVpcNetwork

data class SpokeLinkedVpcNetwork(val excludeExportRanges: List<String>? = null, val includeExportRanges: List<String>? = null, val uri: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

IP ranges encompassing the subnets to be excluded from peering.

Link copied to clipboard

IP ranges allowed to be included from peering.

Link copied to clipboard
val uri: String

The URI of the VPC network resource.