public static class GetLoadBalancerAttributeResponseBody.GetLoadBalancerAttributeResponseBodyZoneMappingsLoadBalancerAddresses
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
allocationId
The ID of the elastic IP address (EIP).
|
String |
eniId
The ID of the elastic network interface (ENI).
|
String |
ipv6Address
The IPv6 address of the NLB instance.
|
String |
privateIPv4Address
The private IPv4 address of the NLB instance.
|
String |
privateIPv4HcStatus
The health status of the private IPv4 address of the NLB instance.
|
String |
privateIPv6HcStatus
The health status of the IPv6 address of the NLB instance.
|
String |
publicIPv4Address
The public IPv4 address of the NLB instance.
|
| 构造器和说明 |
|---|
GetLoadBalancerAttributeResponseBodyZoneMappingsLoadBalancerAddresses() |
@NameInMap(value="AllocationId") public String allocationId
The ID of the elastic IP address (EIP).
@NameInMap(value="EniId") public String eniId
The ID of the elastic network interface (ENI).
@NameInMap(value="Ipv6Address") public String ipv6Address
The IPv6 address of the NLB instance.
@NameInMap(value="PrivateIPv4Address") public String privateIPv4Address
The private IPv4 address of the NLB instance.
@NameInMap(value="PrivateIPv4HcStatus") public String privateIPv4HcStatus
The health status of the private IPv4 address of the NLB instance. Valid values:
* **Healthy**
* **Unhealthy**
> This parameter is returned only when the **Status** of the zone is **Active**.
@NameInMap(value="PrivateIPv6HcStatus") public String privateIPv6HcStatus
The health status of the IPv6 address of the NLB instance. Valid values:
* **Healthy**
* **Unhealthy**
> This parameter is returned only when the **Status** of the zone is **Active**.
@NameInMap(value="PublicIPv4Address") public String publicIPv4Address
The public IPv4 address of the NLB instance.
public GetLoadBalancerAttributeResponseBodyZoneMappingsLoadBalancerAddresses()
public static GetLoadBalancerAttributeResponseBody.GetLoadBalancerAttributeResponseBodyZoneMappingsLoadBalancerAddresses build(Map<String,?> map) throws Exception
Exceptionpublic GetLoadBalancerAttributeResponseBody.GetLoadBalancerAttributeResponseBodyZoneMappingsLoadBalancerAddresses setAllocationId(String allocationId)
public String getAllocationId()
public GetLoadBalancerAttributeResponseBody.GetLoadBalancerAttributeResponseBodyZoneMappingsLoadBalancerAddresses setEniId(String eniId)
public String getEniId()
public GetLoadBalancerAttributeResponseBody.GetLoadBalancerAttributeResponseBodyZoneMappingsLoadBalancerAddresses setIpv6Address(String ipv6Address)
public String getIpv6Address()
public GetLoadBalancerAttributeResponseBody.GetLoadBalancerAttributeResponseBodyZoneMappingsLoadBalancerAddresses setPrivateIPv4Address(String privateIPv4Address)
public String getPrivateIPv4Address()
public GetLoadBalancerAttributeResponseBody.GetLoadBalancerAttributeResponseBodyZoneMappingsLoadBalancerAddresses setPrivateIPv4HcStatus(String privateIPv4HcStatus)
public String getPrivateIPv4HcStatus()
public GetLoadBalancerAttributeResponseBody.GetLoadBalancerAttributeResponseBodyZoneMappingsLoadBalancerAddresses setPrivateIPv6HcStatus(String privateIPv6HcStatus)
public String getPrivateIPv6HcStatus()
public GetLoadBalancerAttributeResponseBody.GetLoadBalancerAttributeResponseBodyZoneMappingsLoadBalancerAddresses setPublicIPv4Address(String publicIPv4Address)
public String getPublicIPv4Address()
Copyright © 2023. All rights reserved.