Class DescribeVpcsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.bmvpc.v20180625.models.DescribeVpcsRequest
-
public class DescribeVpcsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeVpcsRequest()
DescribeVpcsRequest(DescribeVpcsRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Filter[]
getFilters()
Get 过滤条件,参数不支持同时指定VpcIds和Filters。 vpc-name - String - (过滤条件)VPC实例名称。 vpc-id - String - (过滤条件)VPC实例ID形如:vpc-f49l6u0z。 cidr-block - String - (过滤条件)vpc的cidr。 state - String - (过滤条件)VPC状态。(pending | available).Long
getLimit()
Get 每页行数,默认为20。Long
getOffset()
Get 初始行的偏移量,默认为0。String[]
getVpcIds()
Get VPC实例ID。形如:vpc-f49l6u0z。每次请求的实例的上限为100。参数不支持同时指定VpcIds和Filters。void
setFilters(Filter[] Filters)
Set 过滤条件,参数不支持同时指定VpcIds和Filters。 vpc-name - String - (过滤条件)VPC实例名称。 vpc-id - String - (过滤条件)VPC实例ID形如:vpc-f49l6u0z。 cidr-block - String - (过滤条件)vpc的cidr。 state - String - (过滤条件)VPC状态。(pending | available).void
setLimit(Long Limit)
Set 每页行数,默认为20。void
setOffset(Long Offset)
Set 初始行的偏移量,默认为0。void
setVpcIds(String[] VpcIds)
Set VPC实例ID。形如:vpc-f49l6u0z。每次请求的实例的上限为100。参数不支持同时指定VpcIds和Filters。void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeVpcsRequest
public DescribeVpcsRequest()
-
DescribeVpcsRequest
public DescribeVpcsRequest(DescribeVpcsRequest 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.
-
-
Method Detail
-
getVpcIds
public String[] getVpcIds()
Get VPC实例ID。形如:vpc-f49l6u0z。每次请求的实例的上限为100。参数不支持同时指定VpcIds和Filters。- Returns:
- VpcIds VPC实例ID。形如:vpc-f49l6u0z。每次请求的实例的上限为100。参数不支持同时指定VpcIds和Filters。
-
setVpcIds
public void setVpcIds(String[] VpcIds)
Set VPC实例ID。形如:vpc-f49l6u0z。每次请求的实例的上限为100。参数不支持同时指定VpcIds和Filters。- Parameters:
VpcIds
- VPC实例ID。形如:vpc-f49l6u0z。每次请求的实例的上限为100。参数不支持同时指定VpcIds和Filters。
-
getFilters
public Filter[] getFilters()
Get 过滤条件,参数不支持同时指定VpcIds和Filters。 vpc-name - String - (过滤条件)VPC实例名称。 vpc-id - String - (过滤条件)VPC实例ID形如:vpc-f49l6u0z。 cidr-block - String - (过滤条件)vpc的cidr。 state - String - (过滤条件)VPC状态。(pending | available). zone - String - (过滤条件)VPC的可用区。- Returns:
- Filters 过滤条件,参数不支持同时指定VpcIds和Filters。 vpc-name - String - (过滤条件)VPC实例名称。 vpc-id - String - (过滤条件)VPC实例ID形如:vpc-f49l6u0z。 cidr-block - String - (过滤条件)vpc的cidr。 state - String - (过滤条件)VPC状态。(pending | available). zone - String - (过滤条件)VPC的可用区。
-
setFilters
public void setFilters(Filter[] Filters)
Set 过滤条件,参数不支持同时指定VpcIds和Filters。 vpc-name - String - (过滤条件)VPC实例名称。 vpc-id - String - (过滤条件)VPC实例ID形如:vpc-f49l6u0z。 cidr-block - String - (过滤条件)vpc的cidr。 state - String - (过滤条件)VPC状态。(pending | available). zone - String - (过滤条件)VPC的可用区。- Parameters:
Filters
- 过滤条件,参数不支持同时指定VpcIds和Filters。 vpc-name - String - (过滤条件)VPC实例名称。 vpc-id - String - (过滤条件)VPC实例ID形如:vpc-f49l6u0z。 cidr-block - String - (过滤条件)vpc的cidr。 state - String - (过滤条件)VPC状态。(pending | available). zone - String - (过滤条件)VPC的可用区。
-
getOffset
public Long getOffset()
Get 初始行的偏移量,默认为0。- Returns:
- Offset 初始行的偏移量,默认为0。
-
setOffset
public void setOffset(Long Offset)
Set 初始行的偏移量,默认为0。- Parameters:
Offset
- 初始行的偏移量,默认为0。
-
getLimit
public Long getLimit()
Get 每页行数,默认为20。- Returns:
- Limit 每页行数,默认为20。
-
setLimit
public void setLimit(Long Limit)
Set 每页行数,默认为20。- Parameters:
Limit
- 每页行数,默认为20。
-
-