public class DescribeVpcsRequest extends AbstractModel
| Constructor and Description | 
|---|
| DescribeVpcsRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| Filter[] | getFilters()Get Filter condition. | 
| String | getLimit()Get Number of returned results. | 
| String | getOffset()Get Offset. | 
| String[] | getVpcIds()Get The VPC instance ID, such as `vpc-f49l6u0z`. | 
| void | setFilters(Filter[] Filters)Set Filter condition. | 
| void | setLimit(String Limit)Set Number of returned results. | 
| void | setOffset(String Offset)Set Offset. | 
| void | setVpcIds(String[] VpcIds)Set The VPC instance ID, such as `vpc-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 String[] getVpcIds()
public void setVpcIds(String[] VpcIds)
VpcIds - The VPC instance ID, such as `vpc-f49l6u0z`. Each request supports a maximum of 100 instances. `VpcIds` and `Filters` cannot be specified at the same time.public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters - Filter condition. `VpcIds` and `Filters` cannot be specified at the same time.
public String getOffset()
public void setOffset(String Offset)
Offset - Offset. Default value: 0.public String getLimit()
public void setLimit(String Limit)
Limit - Number of returned results. Default value: 20. Maximum value: 100.Copyright © 2020. All rights reserved.