public static class ListFullNatEntriesResponseBody.ListFullNatEntriesResponseBodyFullNatEntries
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
accessIp
The backend IP address that is used for FULLNAT address translation in FULLNAT entries.
|
String |
accessPort
The backend port that is used for port mapping in FULLNAT entries.
|
String |
creationTime
The time when the FULLNAT entry was created.
|
String |
fullNatEntryDescription
The description of the FULLNAT entry.
|
String |
fullNatEntryId
The ID of the FULLNAT entry.
|
String |
fullNatEntryName
The name of the FULLNAT entry.
|
String |
fullNatEntryStatus
The status of the FULLNAT entry.
|
String |
fullNatTableId
The ID of the FULLNAT table to which the FULLNAT entry belongs.
|
String |
ipProtocol
The protocol of the packets that are forwarded.
|
String |
natIp
The NAT IP address that is used for address translation in FULLNAT entries.
|
String |
natIpPort
The frontend port that is used for port mapping in FULLNAT entries.
|
String |
networkInterfaceId
The ID of the elastic network interface (ENI).
|
String |
networkInterfaceType
The type of the ENI.
|
构造器和说明 |
---|
ListFullNatEntriesResponseBodyFullNatEntries() |
@NameInMap(value="AccessIp") public String accessIp
The backend IP address that is used for FULLNAT address translation in FULLNAT entries.
example:192.168.XX.XX
@NameInMap(value="AccessPort") public String accessPort
The backend port that is used for port mapping in FULLNAT entries. Valid values: 1 to 65535.
example:80
@NameInMap(value="CreationTime") public String creationTime
The time when the FULLNAT entry was created.
example:2021-10-27T02:44:40Z
@NameInMap(value="FullNatEntryDescription") public String fullNatEntryDescription
The description of the FULLNAT entry.
The name must be 2 to 128 characters in length. It must start with a letter but cannot start with http://
or https://
.
abc
@NameInMap(value="FullNatEntryId") public String fullNatEntryId
The ID of the FULLNAT entry.
example:fullnat-gw8fz23jezpbblf1j****
@NameInMap(value="FullNatEntryName") public String fullNatEntryName
The name of the FULLNAT entry.
The name must be 2 to 128 characters in length, and can contain letters, digits, underscores (_), and hyphens (-). The name must start with a letter.
example:test
@NameInMap(value="FullNatEntryStatus") public String fullNatEntryStatus
The status of the FULLNAT entry. Valid values:
Available
@NameInMap(value="FullNatTableId") public String fullNatTableId
The ID of the FULLNAT table to which the FULLNAT entry belongs.
example:fulltb-gw88z7hhlv43rmb26****
@NameInMap(value="IpProtocol") public String ipProtocol
The protocol of the packets that are forwarded. Valid values:
TCP
@NameInMap(value="NatIp") public String natIp
The NAT IP address that is used for address translation in FULLNAT entries.
example:192.168.XX.XX
@NameInMap(value="NatIpPort") public String natIpPort
The frontend port that is used for port mapping in FULLNAT entries. Valid values: 1 to 65535.
example:80
@NameInMap(value="NetworkInterfaceId") public String networkInterfaceId
The ID of the elastic network interface (ENI).
example:eni-gw80wedm8pq0tpr2****
@NameInMap(value="NetworkInterfaceType") public String networkInterfaceType
The type of the ENI. The value is set to Endpoint, which indicates a reverse endpoint.
example:Endpoint
public ListFullNatEntriesResponseBodyFullNatEntries()
public static ListFullNatEntriesResponseBody.ListFullNatEntriesResponseBodyFullNatEntries build(Map<String,?> map) throws Exception
Exception
public ListFullNatEntriesResponseBody.ListFullNatEntriesResponseBodyFullNatEntries setAccessIp(String accessIp)
public String getAccessIp()
public ListFullNatEntriesResponseBody.ListFullNatEntriesResponseBodyFullNatEntries setAccessPort(String accessPort)
public String getAccessPort()
public ListFullNatEntriesResponseBody.ListFullNatEntriesResponseBodyFullNatEntries setCreationTime(String creationTime)
public String getCreationTime()
public ListFullNatEntriesResponseBody.ListFullNatEntriesResponseBodyFullNatEntries setFullNatEntryDescription(String fullNatEntryDescription)
public String getFullNatEntryDescription()
public ListFullNatEntriesResponseBody.ListFullNatEntriesResponseBodyFullNatEntries setFullNatEntryId(String fullNatEntryId)
public String getFullNatEntryId()
public ListFullNatEntriesResponseBody.ListFullNatEntriesResponseBodyFullNatEntries setFullNatEntryName(String fullNatEntryName)
public String getFullNatEntryName()
public ListFullNatEntriesResponseBody.ListFullNatEntriesResponseBodyFullNatEntries setFullNatEntryStatus(String fullNatEntryStatus)
public String getFullNatEntryStatus()
public ListFullNatEntriesResponseBody.ListFullNatEntriesResponseBodyFullNatEntries setFullNatTableId(String fullNatTableId)
public String getFullNatTableId()
public ListFullNatEntriesResponseBody.ListFullNatEntriesResponseBodyFullNatEntries setIpProtocol(String ipProtocol)
public String getIpProtocol()
public ListFullNatEntriesResponseBody.ListFullNatEntriesResponseBodyFullNatEntries setNatIp(String natIp)
public String getNatIp()
public ListFullNatEntriesResponseBody.ListFullNatEntriesResponseBodyFullNatEntries setNatIpPort(String natIpPort)
public String getNatIpPort()
public ListFullNatEntriesResponseBody.ListFullNatEntriesResponseBodyFullNatEntries setNetworkInterfaceId(String networkInterfaceId)
public String getNetworkInterfaceId()
public ListFullNatEntriesResponseBody.ListFullNatEntriesResponseBodyFullNatEntries setNetworkInterfaceType(String networkInterfaceType)
public String getNetworkInterfaceType()
Copyright © 2024. All rights reserved.