public static final class GetNatGatewayAttributeResponseBody.IpList.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
GetNatGatewayAttributeResponseBody.IpList.Builder |
allocationId(String allocationId)
The ID of the EIP.
|
GetNatGatewayAttributeResponseBody.IpList |
build() |
GetNatGatewayAttributeResponseBody.IpList.Builder |
ipAddress(String ipAddress)
The IP address of the EIP.
|
GetNatGatewayAttributeResponseBody.IpList.Builder |
usingStatus(String usingStatus)
The association status of the EIP.
|
public GetNatGatewayAttributeResponseBody.IpList.Builder allocationId(String allocationId)
public GetNatGatewayAttributeResponseBody.IpList.Builder ipAddress(String ipAddress)
public GetNatGatewayAttributeResponseBody.IpList.Builder usingStatus(String usingStatus)
* **idle**: The EIP is not specified in an SNAT entry or a DNAT entry. * **UsedBySnatTable**: The EIP is specified in an SNAT entry. * **UsedByForwardTable**: The EIP is specified in a DNAT entry.
public GetNatGatewayAttributeResponseBody.IpList build()
Copyright © 2024. All rights reserved.