public class DescribePrivateNatGatewaysRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribePrivateNatGatewaysRequest() |
DescribePrivateNatGatewaysRequest(DescribePrivateNatGatewaysRequest 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 过滤条件。
NatGatewayId - String - 私网网关唯一`ID`,形如:`intranat-0g3blj80`。
NatGatewayName - String - 专线网关名称,默认模糊查询。
VpcId - String - 私网网关所在`VpcId`。
TagKey - Tag数组 - 私网网关标签键值对数组
|
Long |
getLimit()
Get 返回数量,默认为20。
|
String[] |
getNatGatewayIds()
Get 私网网关唯一`ID`,形如:`intranat-0g3blj80`。
|
Long |
getOffset()
Get 偏移量,默认为0。
|
String |
getOrderDirection()
Get 排序方式。可选值:"ASC"、"DESC"。
|
String |
getOrderField()
Get 排序字段。可选值:"NatGatewayId"、"NatGatewayName"、"CreatedTime"
|
void |
setFilters(Filter[] Filters)
Set 过滤条件。
NatGatewayId - String - 私网网关唯一`ID`,形如:`intranat-0g3blj80`。
NatGatewayName - String - 专线网关名称,默认模糊查询。
VpcId - String - 私网网关所在`VpcId`。
TagKey - Tag数组 - 私网网关标签键值对数组
|
void |
setLimit(Long Limit)
Set 返回数量,默认为20。
|
void |
setNatGatewayIds(String[] NatGatewayIds)
Set 私网网关唯一`ID`,形如:`intranat-0g3blj80`。
|
void |
setOffset(Long Offset)
Set 偏移量,默认为0。
|
void |
setOrderDirection(String OrderDirection)
Set 排序方式。可选值:"ASC"、"DESC"。
|
void |
setOrderField(String OrderField)
Set 排序字段。可选值:"NatGatewayId"、"NatGatewayName"、"CreatedTime"
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribePrivateNatGatewaysRequest()
public DescribePrivateNatGatewaysRequest(DescribePrivateNatGatewaysRequest source)
public String[] getNatGatewayIds()
public void setNatGatewayIds(String[] NatGatewayIds)
NatGatewayIds
- 私网网关唯一`ID`,形如:`intranat-0g3blj80`。public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters
- 过滤条件。
public Long getOffset()
public void setOffset(Long Offset)
Offset
- 偏移量,默认为0。public Long getLimit()
public void setLimit(Long Limit)
Limit
- 返回数量,默认为20。public String getOrderField()
public void setOrderField(String OrderField)
OrderField
- 排序字段。可选值:"NatGatewayId"、"NatGatewayName"、"CreatedTime"public String getOrderDirection()
public void setOrderDirection(String OrderDirection)
OrderDirection
- 排序方式。可选值:"ASC"、"DESC"。Copyright © 2024. All rights reserved.