public static class GetLoadBalancerAttributeResponseBody.GetLoadBalancerAttributeResponseBodyZoneMappings
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
List<GetLoadBalancerAttributeResponseBody.GetLoadBalancerAttributeResponseBodyZoneMappingsLoadBalancerAddresses> |
loadBalancerAddresses
The information about the IP addresses used by the NLB instance.
|
String |
status
The zone status.
|
String |
vSwitchId
The ID of the vSwitch in the zone.
|
String |
zoneId
The ID of the zone.
|
| 构造器和说明 |
|---|
GetLoadBalancerAttributeResponseBodyZoneMappings() |
@NameInMap(value="LoadBalancerAddresses") public List<GetLoadBalancerAttributeResponseBody.GetLoadBalancerAttributeResponseBodyZoneMappingsLoadBalancerAddresses> loadBalancerAddresses
The information about the IP addresses used by the NLB instance.
@NameInMap(value="Status") public String status
The zone status. Valid values:
* **Active**: The zone is available.
* **Stopped**: The zone is disabled. You can set the zone to this status only by using Cloud Architect Design Tools (CADT).
* **Shifted**: The DNS record is removed.
* **Starting**: The zone is being enabled. You can set the zone to this status only by using CADT.
* **Stopping** You can set the zone to this status only by using CADT.
@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 ID of the zone. You can call the [DescribeZones](~~443890~~) operation to query the most recent zone list.
public GetLoadBalancerAttributeResponseBodyZoneMappings()
public static GetLoadBalancerAttributeResponseBody.GetLoadBalancerAttributeResponseBodyZoneMappings build(Map<String,?> map) throws Exception
Exceptionpublic GetLoadBalancerAttributeResponseBody.GetLoadBalancerAttributeResponseBodyZoneMappings setLoadBalancerAddresses(List<GetLoadBalancerAttributeResponseBody.GetLoadBalancerAttributeResponseBodyZoneMappingsLoadBalancerAddresses> loadBalancerAddresses)
public List<GetLoadBalancerAttributeResponseBody.GetLoadBalancerAttributeResponseBodyZoneMappingsLoadBalancerAddresses> getLoadBalancerAddresses()
public GetLoadBalancerAttributeResponseBody.GetLoadBalancerAttributeResponseBodyZoneMappings setStatus(String status)
public String getStatus()
public GetLoadBalancerAttributeResponseBody.GetLoadBalancerAttributeResponseBodyZoneMappings setVSwitchId(String vSwitchId)
public String getVSwitchId()
public GetLoadBalancerAttributeResponseBody.GetLoadBalancerAttributeResponseBodyZoneMappings setZoneId(String zoneId)
public String getZoneId()
Copyright © 2023. All rights reserved.