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 EIP of the instance.
|
构造器和说明 |
---|
DescribeInstanceAttributeResponseBodyEipAddress() |
@NameInMap(value="AllocationId") public String allocationId
The ID of the EIP.
@NameInMap(value="Bandwidth") public Integer bandwidth
The maximum public bandwidth of the EIP. Unit: Mbit/s.
@NameInMap(value="InternetChargeType") public String internetChargeType
The billing method for network usage. Valid values:
- PayByBandwidth: pay-by-bandwidth
- PayByTraffic: pay-by-traffic
> When the **pay-by-traffic** billing method for network usage is used, the maximum inbound and outbound bandwidth values are used as upper limits of bandwidths instead of guaranteed performance specifications. In scenarios where demand outstrips resource supplies, these maximum bandwidth values may not be reached. If you want guaranteed bandwidths for your instance, use the **pay-by-bandwidth** billing method for network usage.
@NameInMap(value="IpAddress") public String ipAddress
The EIP of the instance.
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 © 2023. All rights reserved.