TransitRouterVpcAttachmentZoneMappingArgs

data class TransitRouterVpcAttachmentZoneMappingArgs(val vswitchId: Output<String>, val zoneId: Output<String>) : ConvertibleToJava<TransitRouterVpcAttachmentZoneMappingArgs>

Constructors

constructor(vswitchId: Output<String>, zoneId: Output<String>)

Properties

Link copied to clipboard
val vswitchId: Output<String>

The ID of the vSwitch that you want to add to the VPC connection. You can specify at most 10 vSwitches in each call.

Link copied to clipboard
val zoneId: Output<String>

The ID of the zone that supports Enterprise Edition transit routers. You can call the DescribeZones operation to query the most recent zone list. You can specify at most 10 zones in each call.

Functions

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