public static class UpdateLoadBalancerAddressTypeConfigRequest.UpdateLoadBalancerAddressTypeConfigRequestZoneMappings
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
allocationId
The ID of the elastic IP address (EIP).
|
String |
eipType
The type of the EIP.
|
String |
vSwitchId
The ID of the vSwitch in the zone.
|
String |
zoneId
The zone ID of the NLB instance.
|
| 构造器和说明 |
|---|
UpdateLoadBalancerAddressTypeConfigRequestZoneMappings() |
@NameInMap(value="AllocationId") public String allocationId
The ID of the elastic IP address (EIP).
@NameInMap(value="EipType") public String eipType
The type of the EIP. Valid values:
* **Common**
* **Anycast**
> Anycast EIPs are supported only by NLB instances in the China (Hong Kong) region. This parameter is required when **AddressType** is set to **Internet**.
@NameInMap(value="VSwitchId") public String vSwitchId
The ID of the vSwitch in the zone. Each zone can contain only one vSwitch and one subnet.
@NameInMap(value="ZoneId") public String zoneId
The zone ID of the NLB instance.
You can call the [DescribeZones](~~443890~~) operation to query the most recent zone list.
public UpdateLoadBalancerAddressTypeConfigRequestZoneMappings()
public static UpdateLoadBalancerAddressTypeConfigRequest.UpdateLoadBalancerAddressTypeConfigRequestZoneMappings build(Map<String,?> map) throws Exception
Exceptionpublic UpdateLoadBalancerAddressTypeConfigRequest.UpdateLoadBalancerAddressTypeConfigRequestZoneMappings setAllocationId(String allocationId)
public String getAllocationId()
public UpdateLoadBalancerAddressTypeConfigRequest.UpdateLoadBalancerAddressTypeConfigRequestZoneMappings setEipType(String eipType)
public String getEipType()
public UpdateLoadBalancerAddressTypeConfigRequest.UpdateLoadBalancerAddressTypeConfigRequestZoneMappings setVSwitchId(String vSwitchId)
public String getVSwitchId()
public UpdateLoadBalancerAddressTypeConfigRequest.UpdateLoadBalancerAddressTypeConfigRequestZoneMappings setZoneId(String zoneId)
public String getZoneId()
Copyright © 2023. All rights reserved.