public static final class DescribeInstanceAttributeResponseBody.EipAddress.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
DescribeInstanceAttributeResponseBody.EipAddress.Builder |
allocationId(String allocationId)
The ID of the EIP.
|
DescribeInstanceAttributeResponseBody.EipAddress.Builder |
bandwidth(Integer bandwidth)
The maximum public bandwidth of the EIP.
|
DescribeInstanceAttributeResponseBody.EipAddress |
build() |
DescribeInstanceAttributeResponseBody.EipAddress.Builder |
internetChargeType(String internetChargeType)
The billing method for network usage.
|
DescribeInstanceAttributeResponseBody.EipAddress.Builder |
ipAddress(String ipAddress)
The ID of the elastic IP address (EIP).
|
public DescribeInstanceAttributeResponseBody.EipAddress.Builder allocationId(String allocationId)
public DescribeInstanceAttributeResponseBody.EipAddress.Builder bandwidth(Integer bandwidth)
public DescribeInstanceAttributeResponseBody.EipAddress.Builder internetChargeType(String internetChargeType)
* PayByBandwidth * PayByTraffic > 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.
public DescribeInstanceAttributeResponseBody.EipAddress.Builder ipAddress(String ipAddress)
public DescribeInstanceAttributeResponseBody.EipAddress build()
Copyright © 2024. All rights reserved.