| Package | Description |
|---|---|
| com.tencentcloudapi.vpc.v20170312.models |
| Modifier and Type | Method and Description |
|---|---|
FilterObject[] |
DescribeClassicLinkInstancesRequest.getFilters()
Get 过滤条件。
vpc-id - String - (过滤条件)VPC实例ID。
vm-ip - String - (过滤条件)基础网络云服务器IP。
|
FilterObject[] |
DescribeVpnGatewaySslServersRequest.getFilters()
Get 过滤条件,参数不支持同时指定SslVpnServerIds和Filters。
vpc-id - String - (过滤条件)VPC实例ID形如:vpc-f49l6u0z。
vpn-gateway-id - String - (过滤条件)VPN实例ID形如:vpngw-5aluhh9t。
vpn-gateway-name - String - (过滤条件)VPN实例名称。
ssl-vpn-server-name - String - (过滤条件)SSL-VPN-SERVER实例名称。
ssl-vpn-server-id - String - (过滤条件)SSL-VPN-SERVER实例ID形如:vpngwSslServer-123456。
|
FilterObject[] |
DescribeVpnGatewaysRequest.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'。
public-ip-address- String - (过滤条件)公网IP。
renew-flag - String - (过滤条件)网关续费类型,手动续费:'NOTIFY_AND_MANUAL_RENEW'、自动续费:'NOTIFY_AND_AUTO_RENEW'。
zone - String - (过滤条件)VPN所在可用区,形如:ap-guangzhou-2。
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeClassicLinkInstancesRequest.setFilters(FilterObject[] Filters)
Set 过滤条件。
vpc-id - String - (过滤条件)VPC实例ID。
vm-ip - String - (过滤条件)基础网络云服务器IP。
|
void |
DescribeVpnGatewaySslServersRequest.setFilters(FilterObject[] Filters)
Set 过滤条件,参数不支持同时指定SslVpnServerIds和Filters。
vpc-id - String - (过滤条件)VPC实例ID形如:vpc-f49l6u0z。
vpn-gateway-id - String - (过滤条件)VPN实例ID形如:vpngw-5aluhh9t。
vpn-gateway-name - String - (过滤条件)VPN实例名称。
ssl-vpn-server-name - String - (过滤条件)SSL-VPN-SERVER实例名称。
ssl-vpn-server-id - String - (过滤条件)SSL-VPN-SERVER实例ID形如:vpngwSslServer-123456。
|
void |
DescribeVpnGatewaysRequest.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'。
public-ip-address- String - (过滤条件)公网IP。
renew-flag - String - (过滤条件)网关续费类型,手动续费:'NOTIFY_AND_MANUAL_RENEW'、自动续费:'NOTIFY_AND_AUTO_RENEW'。
zone - String - (过滤条件)VPN所在可用区,形如:ap-guangzhou-2。
|
| Constructor and Description |
|---|
FilterObject(FilterObject 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.
|
Copyright © 2022. All rights reserved.