public class DescribeForwardTableEntriesRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
externalIp
The elastic IP addresses (EIPs) that can be accessed over the Internet when you query DNAT entries of Internet NAT gateways.
|
String |
externalPort
The external port or port range that is used for port forwarding when you query DNAT entries of Internet NAT gateways.
|
String |
forwardEntryId
The ID of the DNAT entry.
|
String |
forwardEntryName
The name of the DNAT entry.
|
String |
forwardTableId
The ID of the DNAT table.
|
String |
internalIp
The private IP address.
|
String |
internalPort
The internal port or port range that is used for port forwarding when you query DNAT entries of Internet NAT gateways.
|
String |
ipProtocol
The protocol.
|
String |
natGatewayId
The ID of the NAT gateway.
|
String |
ownerAccount |
Long |
ownerId |
Integer |
pageNumber
The page number.
|
Integer |
pageSize
The number of entries per page.
|
String |
regionId
The ID of the region where you want to create the NAT gateway.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
构造器和说明 |
---|
DescribeForwardTableEntriesRequest() |
@NameInMap(value="ExternalIp") public String externalIp
116.28.XX.XX
@NameInMap(value="ExternalPort") public String externalPort
The external port or port range that is used for port forwarding when you query DNAT entries of Internet NAT gateways.
10/20
.10/20
, you can set InternalPort to 80/90
.The port that is used when the NAT IP address can be accessed by external networks when you query DNAT entries of VPC NAT gateways. Valid values: 1 to 65535.
8080
@NameInMap(value="ForwardEntryId") public String forwardEntryId
The ID of the DNAT entry.
example:fwd-8vbn3bc8roygjp0gy****
@NameInMap(value="ForwardEntryName") public String forwardEntryName
The name of the DNAT entry.
The name must be 2 to 128 characters in length, and can contain digits, periods (.), underscores (_), and hyphens (-). It must start with a letter.
example:ForwardEntry-1
@NameInMap(value="ForwardTableId") public String forwardTableId
The ID of the DNAT table.
**
Description You must specify at least one of ForwardTableId and NatGatewayId.
example:ftb-bp1mbjubq34hlcqpa****
@NameInMap(value="InternalIp") public String internalIp
The private IP address.
192.168.XX.XX
@NameInMap(value="InternalPort") public String internalPort
80
@NameInMap(value="IpProtocol") public String ipProtocol
The protocol. Valid values:
TCP
@NameInMap(value="NatGatewayId") public String natGatewayId
The ID of the NAT gateway.
**
Description You must specify at least one of ForwardTableId and NatGatewayId.
example:ngw-bp1uewa15k4iy5770****
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="PageNumber") public Integer pageNumber
The page number. Default value: 1.
example:1
@NameInMap(value="PageSize") public Integer pageSize
The number of entries per page. Maximum value: 50. Default value: 10.
example:10
@NameInMap(value="RegionId") public String regionId
The ID of the region where you want to create the NAT gateway.
You can call the DescribeRegions operation to query the most recent region list.
This parameter is required.
example:cn-hangzhou
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
public static DescribeForwardTableEntriesRequest build(Map<String,?> map) throws Exception
Exception
public DescribeForwardTableEntriesRequest setExternalIp(String externalIp)
public String getExternalIp()
public DescribeForwardTableEntriesRequest setExternalPort(String externalPort)
public String getExternalPort()
public DescribeForwardTableEntriesRequest setForwardEntryId(String forwardEntryId)
public String getForwardEntryId()
public DescribeForwardTableEntriesRequest setForwardEntryName(String forwardEntryName)
public String getForwardEntryName()
public DescribeForwardTableEntriesRequest setForwardTableId(String forwardTableId)
public String getForwardTableId()
public DescribeForwardTableEntriesRequest setInternalIp(String internalIp)
public String getInternalIp()
public DescribeForwardTableEntriesRequest setInternalPort(String internalPort)
public String getInternalPort()
public DescribeForwardTableEntriesRequest setIpProtocol(String ipProtocol)
public String getIpProtocol()
public DescribeForwardTableEntriesRequest setNatGatewayId(String natGatewayId)
public String getNatGatewayId()
public DescribeForwardTableEntriesRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public DescribeForwardTableEntriesRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public DescribeForwardTableEntriesRequest setPageNumber(Integer pageNumber)
public Integer getPageNumber()
public DescribeForwardTableEntriesRequest setPageSize(Integer pageSize)
public Integer getPageSize()
public DescribeForwardTableEntriesRequest setRegionId(String regionId)
public String getRegionId()
public DescribeForwardTableEntriesRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public DescribeForwardTableEntriesRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
Copyright © 2024. All rights reserved.