public class DescribeVpnConnectionsRequest extends AbstractModel
| Constructor and Description | 
|---|
| DescribeVpnConnectionsRequest() | 
| DescribeVpnConnectionsRequest(DescribeVpnConnectionsRequest 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 condition. | 
| Long | getLimit()Get Number of values to be returned. | 
| Long | getOffset()Get The Offset. | 
| String[] | getVpnConnectionIds()Get The instance ID of the VPN tunnel, such as `vpnx-f49l6u0z`. | 
| void | setFilters(Filter[] Filters)Set Filter condition. | 
| void | setLimit(Long Limit)Set Number of values to be returned. | 
| void | setOffset(Long Offset)Set The Offset. | 
| void | setVpnConnectionIds(String[] VpnConnectionIds)Set The instance ID of the VPN tunnel, such as `vpnx-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, toJsonStringpublic DescribeVpnConnectionsRequest()
public DescribeVpnConnectionsRequest(DescribeVpnConnectionsRequest source)
public String[] getVpnConnectionIds()
public void setVpnConnectionIds(String[] VpnConnectionIds)
VpnConnectionIds - The instance ID of the VPN tunnel, such as `vpnx-f49l6u0z`. Each request can have a maximum of 100 instances. `VpnConnectionIds` and `Filters` cannot be specified at the same time.public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters - Filter condition. In each request, the upper limit for `Filters` is 10 and 5 for `Filter.Values`. `VpnConnectionIds` and `Filters` cannot be specified at the same time.
public Long getOffset()
public void setOffset(Long Offset)
Offset - The Offset. The default value is 0. For more information about Offset, see the relevant section in the API Introduction.public Long getLimit()
public void setLimit(Long Limit)
Limit - Number of values to be returned. The default value is 20. Maximum is 100.Copyright © 2021. All rights reserved.