public static class StartShiftLoadBalancerZonesRequest.StartShiftLoadBalancerZonesRequestZoneMappings
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
vSwitchId
The ID of the vSwitch in the zone.
|
String |
zoneId
The zone ID of the NLB instance.
|
| 构造器和说明 |
|---|
StartShiftLoadBalancerZonesRequestZoneMappings() |
@NameInMap(value="VSwitchId") public String vSwitchId
The ID of the vSwitch in the zone. By default, each zone contains one vSwitch and one subnet.
@NameInMap(value="ZoneId") public String zoneId
The zone ID of the NLB instance.
> You can remove only one zone in each call.
You can call the [DescribeZones](~~443890~~) operation to query the most recent zone list.
public StartShiftLoadBalancerZonesRequestZoneMappings()
public static StartShiftLoadBalancerZonesRequest.StartShiftLoadBalancerZonesRequestZoneMappings build(Map<String,?> map) throws Exception
Exceptionpublic StartShiftLoadBalancerZonesRequest.StartShiftLoadBalancerZonesRequestZoneMappings setVSwitchId(String vSwitchId)
public String getVSwitchId()
public StartShiftLoadBalancerZonesRequest.StartShiftLoadBalancerZonesRequestZoneMappings setZoneId(String zoneId)
public String getZoneId()
Copyright © 2023. All rights reserved.