public class DescribeVpcsRequest extends AbstractModel
header, skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getEcmRegion()
Get Region
|
Filter[] |
getFilters()
Get Filter.
|
Long |
getLimit()
Get Number of returned results.
|
Long |
getOffset()
Get Offset
|
String |
getSort()
Get Sorting method.
|
String[] |
getVpcIds()
Get VPC instance ID, such as `vpc-f49l6u0z`.
|
void |
setEcmRegion(String EcmRegion)
Set Region
|
void |
setFilters(Filter[] Filters)
Set Filter.
|
void |
setLimit(Long Limit)
Set Number of returned results.
|
void |
setOffset(Long Offset)
Set Offset
|
void |
setSort(String Sort)
Set Sorting method.
|
void |
setVpcIds(String[] VpcIds)
Set 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, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeVpcsRequest()
public DescribeVpcsRequest(DescribeVpcsRequest source)
public String[] getVpcIds()
public void setVpcIds(String[] VpcIds)
VpcIds
- 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. `VpcIds` and `Filters` cannot be specified at the same time.
vpc-name - String - VPC instance name. Only fuzzy query by a single value is supported.
vpc-id - String - VPC instance ID, such as `vpc-f49l6u0z`.
cidr-block - String - VPC CIDR. Only fuzzy query by a single value is supported.
region - String - VPC region.
tag-key - String - Required: no - Filter by tag key.
tag:tag-key - String - Required: no - Filter by tag key-value pair.public Long getOffset()
public void setOffset(Long Offset)
Offset
- Offsetpublic Long getLimit()
public void setLimit(Long Limit)
Limit
- Number of returned results.public String getEcmRegion()
public void setEcmRegion(String EcmRegion)
EcmRegion
- Regionpublic String getSort()
public void setSort(String Sort)
Sort
- Sorting method. time: sort in reverse chronological order; default: sort by network planning.Copyright © 2024. All rights reserved.