public class DescribeSnatTableEntriesRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
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 |
String |
snatEntryId
The ID of the SNAT entry.
|
String |
snatEntryName
The name of the SNAT entry.
|
String |
snatIp
When you query SNAT entries of Internet NAT gateways, this parameter specifies the EIP in an SNAT entry.
|
String |
snatTableId
The ID of the SNAT table.
|
String |
sourceCIDR
The source CIDR block specified in the SNAT entry.
|
String |
sourceVSwitchId
The ID of the vSwitch.
|
构造器和说明 |
---|
DescribeSnatTableEntriesRequest() |
@NameInMap(value="NatGatewayId") public String natGatewayId
The ID of the NAT gateway.
example:You must specify at least one of SnatTableId and NatGatewayId.
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
@NameInMap(value="SnatEntryId") public String snatEntryId
The ID of the SNAT entry.
example:snat-8vbae8uqh7rjpk7d2****
@NameInMap(value="SnatEntryName") public String snatEntryName
The name of the SNAT entry.
The name must be 2 to 128 characters in length, and can contain digits, underscores (_), and hyphens (-). The name must start with a letter.
example:SnatEntry-1
@NameInMap(value="SnatIp") public String snatIp
116.22.XX.XX
@NameInMap(value="SnatTableId") public String snatTableId
The ID of the SNAT table.
example:You must specify at least one of SnatTableId and NatGatewayId.
stb-8vbczigrhop8x5u3t****
@NameInMap(value="SourceCIDR") public String sourceCIDR
The source CIDR block specified in the SNAT entry.
example:116.22.XX.XX/24
@NameInMap(value="SourceVSwitchId") public String sourceVSwitchId
The ID of the vSwitch.
vsw-3xbjkhjshjdf****
public static DescribeSnatTableEntriesRequest build(Map<String,?> map) throws Exception
Exception
public DescribeSnatTableEntriesRequest setNatGatewayId(String natGatewayId)
public String getNatGatewayId()
public DescribeSnatTableEntriesRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public DescribeSnatTableEntriesRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public DescribeSnatTableEntriesRequest setPageNumber(Integer pageNumber)
public Integer getPageNumber()
public DescribeSnatTableEntriesRequest setPageSize(Integer pageSize)
public Integer getPageSize()
public DescribeSnatTableEntriesRequest setRegionId(String regionId)
public String getRegionId()
public DescribeSnatTableEntriesRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public DescribeSnatTableEntriesRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public DescribeSnatTableEntriesRequest setSnatEntryId(String snatEntryId)
public String getSnatEntryId()
public DescribeSnatTableEntriesRequest setSnatEntryName(String snatEntryName)
public String getSnatEntryName()
public DescribeSnatTableEntriesRequest setSnatIp(String snatIp)
public String getSnatIp()
public DescribeSnatTableEntriesRequest setSnatTableId(String snatTableId)
public String getSnatTableId()
public DescribeSnatTableEntriesRequest setSourceCIDR(String sourceCIDR)
public String getSourceCIDR()
public DescribeSnatTableEntriesRequest setSourceVSwitchId(String sourceVSwitchId)
public String getSourceVSwitchId()
Copyright © 2024. All rights reserved.