public class DescribeVpnGatewaysRequest extends AbstractModel
Constructor and Description |
---|
DescribeVpnGatewaysRequest() |
Modifier and Type | Method and Description |
---|---|
FilterObject[] |
getFilters()
Get Filter condition.
|
Long |
getLimit()
Get The number of request objects.
|
Long |
getOffset()
Get Offset
|
String[] |
getVpnGatewayIds()
Get The VPN gateway instance ID, such as `vpngw-f49l6u0z`.
|
void |
setFilters(FilterObject[] Filters)
Set Filter condition.
|
void |
setLimit(Long Limit)
Set The number of request objects.
|
void |
setOffset(Long Offset)
Set Offset
|
void |
setVpnGatewayIds(String[] VpnGatewayIds)
Set The VPN gateway instance ID, such as `vpngw-f49l6u0z`.
|
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 String[] getVpnGatewayIds()
public void setVpnGatewayIds(String[] VpnGatewayIds)
VpnGatewayIds
- The VPN gateway instance ID, such as `vpngw-f49l6u0z`. Each request can have a maximum of 100 instances. `VpnGatewayIds` and `Filters` cannot be specified at the same time.public FilterObject[] getFilters()
public void setFilters(FilterObject[] Filters)
Filters
- Filter condition. `VpnGatewayIds` and `Filters` cannot be specified at the same time.
public Long getOffset()
public void setOffset(Long Offset)
Offset
- Offsetpublic Long getLimit()
public void setLimit(Long Limit)
Limit
- The number of request objects.Copyright © 2020. All rights reserved.