pulumi-alicloud-kotlin
3.44.1.0
pulumi-alicloud-kotlin
/
com.pulumi.alicloud.cen.kotlin.outputs
/
TransitRouterVpcAttachmentZoneMapping
Transit
Router
Vpc
Attachment
Zone
Mapping
data
class
TransitRouterVpcAttachmentZoneMapping
(
val
vswitchId
:
String
?
=
null
,
val
zoneId
:
String
?
=
null
)
Types
Constructors
Properties
Constructors
Transit
Router
Vpc
Attachment
Zone
Mapping
Link copied to clipboard
fun
TransitRouterVpcAttachmentZoneMapping
(
vswitchId
:
String
?
=
null
,
zoneId
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
vswitch
Id
Link copied to clipboard
val
vswitchId
:
String
?
=
null
The VSwitch id of attachment.
zone
Id
Link copied to clipboard
val
zoneId
:
String
?
=
null
The zone Id of VSwitch.