TransitRouterVpcAttachmentZoneMapping

data class TransitRouterVpcAttachmentZoneMapping(val vswitchId: String? = null, val zoneId: String? = null)

Constructors

Link copied to clipboard
fun TransitRouterVpcAttachmentZoneMapping(vswitchId: String? = null, zoneId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val vswitchId: String? = null

The VSwitch id of attachment.

Link copied to clipboard
val zoneId: String? = null

The zone Id of VSwitch.