public static class DescribeNatGatewaysResponseBody.DescribeNatGatewaysResponseBodyNatGatewaysNatGatewayIpListsIpList
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
allocationId
The ID of the EIP associated with the NAT gateway.
|
String |
ipAddress
The IP address of the EIP associated with the NAT gateway.
|
String |
privateIpAddress
The private IP address of the NAT gateway.
|
Boolean |
snatEntryEnabled
Indicates whether IP addresses that are used in DNAT entries can be specified in SNAT entries.
|
String |
usingStatus
The association between the EIP and the Internet NAT gateway.
|
构造器和说明 |
---|
DescribeNatGatewaysResponseBodyNatGatewaysNatGatewayIpListsIpList() |
@NameInMap(value="AllocationId") public String allocationId
The ID of the EIP associated with the NAT gateway.
example:eip-m5egzuvp3dgixen6****
@NameInMap(value="IpAddress") public String ipAddress
The IP address of the EIP associated with the NAT gateway.
example:116.62.XX.XX
@NameInMap(value="PrivateIpAddress") public String privateIpAddress
The private IP address of the NAT gateway.
example:192.168.XX.XX
@NameInMap(value="SnatEntryEnabled") public Boolean snatEntryEnabled
Indicates whether IP addresses that are used in DNAT entries can be specified in SNAT entries. Valid values:
false
@NameInMap(value="UsingStatus") public String usingStatus
The association between the EIP and the Internet NAT gateway. Valid values:
UsedByForwardTable
public DescribeNatGatewaysResponseBodyNatGatewaysNatGatewayIpListsIpList()
public static DescribeNatGatewaysResponseBody.DescribeNatGatewaysResponseBodyNatGatewaysNatGatewayIpListsIpList build(Map<String,?> map) throws Exception
Exception
public DescribeNatGatewaysResponseBody.DescribeNatGatewaysResponseBodyNatGatewaysNatGatewayIpListsIpList setAllocationId(String allocationId)
public String getAllocationId()
public DescribeNatGatewaysResponseBody.DescribeNatGatewaysResponseBodyNatGatewaysNatGatewayIpListsIpList setIpAddress(String ipAddress)
public String getIpAddress()
public DescribeNatGatewaysResponseBody.DescribeNatGatewaysResponseBodyNatGatewaysNatGatewayIpListsIpList setPrivateIpAddress(String privateIpAddress)
public String getPrivateIpAddress()
public DescribeNatGatewaysResponseBody.DescribeNatGatewaysResponseBodyNatGatewaysNatGatewayIpListsIpList setSnatEntryEnabled(Boolean snatEntryEnabled)
public Boolean getSnatEntryEnabled()
public DescribeNatGatewaysResponseBody.DescribeNatGatewaysResponseBodyNatGatewaysNatGatewayIpListsIpList setUsingStatus(String usingStatus)
public String getUsingStatus()
Copyright © 2024. All rights reserved.