public class DescribeVpnGatewaysRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeVpnGatewaysRequest() | 
| DescribeVpnGatewaysRequest(DescribeVpnGatewaysRequest 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 | 
|---|---|
| FilterObject[] | getFilters()Get 过滤条件,参数不支持同时指定VpnGatewayIds和Filters。
vpc-id - String - (过滤条件)VPC实例ID形如:vpc-f49l6u0z。
vpn-gateway-id - String - (过滤条件)VPN实例ID形如:vpngw-5aluhh9t。
vpn-gateway-name - String - (过滤条件)VPN实例名称。
type - String - (过滤条件)VPN网关类型:'IPSEC', 'SSL', 'CCN', 'SSL_CCN'。
public-ip-address- String - (过滤条件)公网IP。
renew-flag - String - (过滤条件)网关续费类型,手动续费:'NOTIFY_AND_MANUAL_RENEW'、自动续费:'NOTIFY_AND_AUTO_RENEW'。
zone - String - (过滤条件)VPN所在可用区,形如:ap-guangzhou-2。 | 
| Long | getLimit()Get 请求对象个数,默认值为20。 | 
| Long | getOffset()Get 偏移量,默认值为0。 | 
| String[] | getVpnGatewayIds()Get VPN网关实例ID。形如:vpngw-f49l6u0z。每次请求的实例的上限为100。参数不支持同时指定VpnGatewayIds和Filters。 | 
| void | setFilters(FilterObject[] Filters)Set 过滤条件,参数不支持同时指定VpnGatewayIds和Filters。
vpc-id - String - (过滤条件)VPC实例ID形如:vpc-f49l6u0z。
vpn-gateway-id - String - (过滤条件)VPN实例ID形如:vpngw-5aluhh9t。
vpn-gateway-name - String - (过滤条件)VPN实例名称。
type - String - (过滤条件)VPN网关类型:'IPSEC', 'SSL', 'CCN', 'SSL_CCN'。
public-ip-address- String - (过滤条件)公网IP。
renew-flag - String - (过滤条件)网关续费类型,手动续费:'NOTIFY_AND_MANUAL_RENEW'、自动续费:'NOTIFY_AND_AUTO_RENEW'。
zone - String - (过滤条件)VPN所在可用区,形如:ap-guangzhou-2。 | 
| void | setLimit(Long Limit)Set 请求对象个数,默认值为20。 | 
| void | setOffset(Long Offset)Set 偏移量,默认值为0。 | 
| void | setVpnGatewayIds(String[] VpnGatewayIds)Set VPN网关实例ID。形如:vpngw-f49l6u0z。每次请求的实例的上限为100。参数不支持同时指定VpnGatewayIds和Filters。 | 
| 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, toJsonStringpublic DescribeVpnGatewaysRequest()
public DescribeVpnGatewaysRequest(DescribeVpnGatewaysRequest source)
public String[] getVpnGatewayIds()
public void setVpnGatewayIds(String[] VpnGatewayIds)
VpnGatewayIds - VPN网关实例ID。形如:vpngw-f49l6u0z。每次请求的实例的上限为100。参数不支持同时指定VpnGatewayIds和Filters。public FilterObject[] getFilters()
public void setFilters(FilterObject[] Filters)
Filters - 过滤条件,参数不支持同时指定VpnGatewayIds和Filters。
public Long getOffset()
public void setOffset(Long Offset)
Offset - 偏移量,默认值为0。public Long getLimit()
public void setLimit(Long Limit)
Limit - 请求对象个数,默认值为20。Copyright © 2025. All rights reserved.