public static final class DescribeNatGatewaysResponseBody.IpList.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
DescribeNatGatewaysResponseBody.IpList.Builder |
allocationId(String allocationId)
The ID of the EIP associated with the NAT gateway.
|
DescribeNatGatewaysResponseBody.IpList |
build() |
DescribeNatGatewaysResponseBody.IpList.Builder |
ipAddress(String ipAddress)
The IP address of the EIP associated with the NAT gateway.
|
DescribeNatGatewaysResponseBody.IpList.Builder |
privateIpAddress(String privateIpAddress)
The private IP address of the NAT gateway.
|
DescribeNatGatewaysResponseBody.IpList.Builder |
snatEntryEnabled(Boolean snatEntryEnabled)
Indicates whether IP addresses that are used in DNAT entries can be specified in SNAT entries.
|
DescribeNatGatewaysResponseBody.IpList.Builder |
usingStatus(String usingStatus)
The association between the EIP and the Internet NAT gateway.
|
public DescribeNatGatewaysResponseBody.IpList.Builder allocationId(String allocationId)
public DescribeNatGatewaysResponseBody.IpList.Builder ipAddress(String ipAddress)
public DescribeNatGatewaysResponseBody.IpList.Builder privateIpAddress(String privateIpAddress)
public DescribeNatGatewaysResponseBody.IpList.Builder snatEntryEnabled(Boolean snatEntryEnabled)
* **true**: yes * **false**: no
public DescribeNatGatewaysResponseBody.IpList.Builder usingStatus(String usingStatus)
* **UsedByForwardTable**: The EIP is specified in a DNAT entry. * **UsedBySnatTable**: The EIP is specified in an SNAT entry. * **UsedByForwardSnatTable**: The EIP is specified in both an SNAT entry and a DNAT entry. * **Idle**: The EIP is not specified in a DNAT or SNAT entry.
public DescribeNatGatewaysResponseBody.IpList build()
Copyright © 2024. All rights reserved.