public static class DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstanceEipAddress
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
allocationId
The ID of the EIP.
|
Integer |
bandwidth
The maximum public bandwidth of the EIP.
|
String |
internetChargeType
The metering method of the EIP.
|
String |
ipAddress
The EIP.
|
Boolean |
isSupportUnassociate
Indicates whether the EIP can be disassociated.
|
构造器和说明 |
---|
DescribeInstancesResponseBodyInstancesInstanceEipAddress() |
@NameInMap(value="AllocationId") public String allocationId
The ID of the EIP.
example:eip-2ze88m67qx5z****
@NameInMap(value="Bandwidth") public Integer bandwidth
The maximum public bandwidth of the EIP. Unit: Mbit/s.
example:5
@NameInMap(value="InternetChargeType") public String internetChargeType
The metering method of the EIP. Valid values:
PayByTraffic
@NameInMap(value="IpAddress") public String ipAddress
The EIP.
example:42.112.**.**
@NameInMap(value="IsSupportUnassociate") public Boolean isSupportUnassociate
Indicates whether the EIP can be disassociated.
example:true
public DescribeInstancesResponseBodyInstancesInstanceEipAddress()
public static DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstanceEipAddress build(Map<String,?> map) throws Exception
Exception
public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstanceEipAddress setAllocationId(String allocationId)
public String getAllocationId()
public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstanceEipAddress setBandwidth(Integer bandwidth)
public Integer getBandwidth()
public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstanceEipAddress setInternetChargeType(String internetChargeType)
public String getInternetChargeType()
public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstanceEipAddress setIpAddress(String ipAddress)
public String getIpAddress()
public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstanceEipAddress setIsSupportUnassociate(Boolean isSupportUnassociate)
public Boolean getIsSupportUnassociate()
Copyright © 2024. All rights reserved.