public static final class CreateTransitRouterVpcAttachmentRequest.ZoneMappings.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
CreateTransitRouterVpcAttachmentRequest.ZoneMappings |
build() |
CreateTransitRouterVpcAttachmentRequest.ZoneMappings.Builder |
vSwitchId(String vSwitchId)
A vSwitch that is deployed in the zone that supports Enterprise Edition transit routers.
|
CreateTransitRouterVpcAttachmentRequest.ZoneMappings.Builder |
zoneId(String zoneId)
The ID of the zone that supports Enterprise Edition transit routers.
|
public CreateTransitRouterVpcAttachmentRequest.ZoneMappings.Builder vSwitchId(String vSwitchId)
A vSwitch that is deployed in the zone that supports Enterprise Edition transit routers.
You can specify vSwitches for at most 10 zones in each call.
This parameter is required.
example:vsw-bp1a214sbus8z3b54****
public CreateTransitRouterVpcAttachmentRequest.ZoneMappings.Builder zoneId(String zoneId)
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.
This parameter is required.
example:cn-hangzhou-h
public CreateTransitRouterVpcAttachmentRequest.ZoneMappings build()
Copyright © 2025. All rights reserved.