SpokeLinkedProducerVpcNetwork

data class SpokeLinkedProducerVpcNetwork(val excludeExportRanges: List<String>? = null, val includeExportRanges: List<String>? = null, val network: String, val peering: String, val producerNetwork: String? = null)

Constructors

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

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

The URI of the Service Consumer VPC that the Producer VPC is peered with.

Link copied to clipboard

The name of the VPC peering between the Service Consumer VPC and the Producer VPC (defined in the Tenant project) which is added to the NCC hub. This peering must be in ACTIVE state.

Link copied to clipboard
val producerNetwork: String? = null

(Output) The URI of the Producer VPC.