public static class DescribeInstanceAttributeResponseBody.DescribeInstanceAttributeResponseBodyEipAddress
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
allocationId
The ID of the EIP.
|
Integer |
bandwidth
The maximum public bandwidth of the EIP.
|
String |
internetChargeType
The billing method for network usage.
|
String |
ipAddress
The ID of the elastic IP address (EIP).
|
构造器和说明 |
---|
DescribeInstanceAttributeResponseBodyEipAddress() |
@NameInMap(value="AllocationId") public String allocationId
The ID of the EIP.
example:eip-wz9uilio26dfscamm****
@NameInMap(value="Bandwidth") public Integer bandwidth
The maximum public bandwidth of the EIP. Unit: Mbit/s.
example:8
@NameInMap(value="InternetChargeType") public String internetChargeType
The billing method for network usage. Valid values:
example:When the pay-by-traffic billing method is used for network usage, the maximum inbound and outbound bandwidths are used as the upper limits of bandwidths instead of guaranteed performance specifications. In scenarios in which demands exceed resource supplies, the maximum bandwidths may not be reached. If you want guaranteed bandwidths for your instance, use the pay-by-bandwidth billing method for network usage.
PayByTraffic
@NameInMap(value="IpAddress") public String ipAddress
The ID of the elastic IP address (EIP).
example:30.21.**.**
public DescribeInstanceAttributeResponseBodyEipAddress()
public static DescribeInstanceAttributeResponseBody.DescribeInstanceAttributeResponseBodyEipAddress build(Map<String,?> map) throws Exception
Exception
public DescribeInstanceAttributeResponseBody.DescribeInstanceAttributeResponseBodyEipAddress setAllocationId(String allocationId)
public String getAllocationId()
public DescribeInstanceAttributeResponseBody.DescribeInstanceAttributeResponseBodyEipAddress setBandwidth(Integer bandwidth)
public Integer getBandwidth()
public DescribeInstanceAttributeResponseBody.DescribeInstanceAttributeResponseBodyEipAddress setInternetChargeType(String internetChargeType)
public String getInternetChargeType()
public DescribeInstanceAttributeResponseBody.DescribeInstanceAttributeResponseBodyEipAddress setIpAddress(String ipAddress)
public String getIpAddress()
Copyright © 2024. All rights reserved.