public class DescribeNatGatewaySourceIpTranslationNatRulesRequest extends AbstractModel
Constructor and Description |
---|
DescribeNatGatewaySourceIpTranslationNatRulesRequest() |
DescribeNatGatewaySourceIpTranslationNatRulesRequest(DescribeNatGatewaySourceIpTranslationNatRulesRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Filter[] |
getFilters()
Get Filter conditions:
resource-id, the subnet ID (such as `subnet-0yi4hekt`) or CVM ID
public-ip-address, the EIP, such as `139.199.232.238`
description, the rule description
|
Long |
getLimit()
Get Number of returned results.
|
String |
getNatGatewayId()
Get The unique ID of the NAT Gateway, such as `nat-123xx454`.
|
Long |
getOffset()
Get Offset.
|
void |
setFilters(Filter[] Filters)
Set Filter conditions:
resource-id, the subnet ID (such as `subnet-0yi4hekt`) or CVM ID
public-ip-address, the EIP, such as `139.199.232.238`
description, the rule description
|
void |
setLimit(Long Limit)
Set Number of returned results.
|
void |
setNatGatewayId(String NatGatewayId)
Set The unique ID of the NAT Gateway, such as `nat-123xx454`.
|
void |
setOffset(Long Offset)
Set Offset.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeNatGatewaySourceIpTranslationNatRulesRequest()
public DescribeNatGatewaySourceIpTranslationNatRulesRequest(DescribeNatGatewaySourceIpTranslationNatRulesRequest source)
public String getNatGatewayId()
public void setNatGatewayId(String NatGatewayId)
NatGatewayId
- The unique ID of the NAT Gateway, such as `nat-123xx454`.public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters
- Filter conditions:
public Long getOffset()
public void setOffset(Long Offset)
Offset
- Offset. Default is 0.public Long getLimit()
public void setLimit(Long Limit)
Limit
- Number of returned results. Default value: 20. Maximum value: 100.Copyright © 2021. All rights reserved.