public class DescribeVpcResourceRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeVpcResourceRequest() | 
| DescribeVpcResourceRequest(DescribeVpcResourceRequest 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 | 
|---|---|
| Filter[] | getFilters()Get 过滤条件,参数不支持同时指定SubnetIds和Filters。
vpc-id - String - (过滤条件)私有网络实例ID,形如:vpc-f49l6u0z。
vpc-name - String - (过滤条件)私有网络名称。
zone - String - (过滤条件)可用区。
state - String - (过滤条件)VPC状态。available: 运营中; pending: 创建中; failed: 创建失败; deleting: 删除中 | 
| Long | getLimit()Get 返回数量 | 
| Long | getOffset()Get 偏移量 | 
| String | getOrderDirection()Get 排序方向, “asc”、“desc” | 
| String | getOrderField()Get 排序字段 | 
| String[] | getVpcIds()Get 私有网络实例ID | 
| void | setFilters(Filter[] Filters)Set 过滤条件,参数不支持同时指定SubnetIds和Filters。
vpc-id - String - (过滤条件)私有网络实例ID,形如:vpc-f49l6u0z。
vpc-name - String - (过滤条件)私有网络名称。
zone - String - (过滤条件)可用区。
state - String - (过滤条件)VPC状态。available: 运营中; pending: 创建中; failed: 创建失败; deleting: 删除中 | 
| void | setLimit(Long Limit)Set 返回数量 | 
| void | setOffset(Long Offset)Set 偏移量 | 
| void | setOrderDirection(String OrderDirection)Set 排序方向, “asc”、“desc” | 
| void | setOrderField(String OrderField)Set 排序字段 | 
| void | setVpcIds(String[] VpcIds)Set 私有网络实例ID | 
| 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 DescribeVpcResourceRequest()
public DescribeVpcResourceRequest(DescribeVpcResourceRequest source)
public String[] getVpcIds()
public void setVpcIds(String[] VpcIds)
VpcIds - 私有网络实例IDpublic Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters - 过滤条件,参数不支持同时指定SubnetIds和Filters。
vpc-id - String - (过滤条件)私有网络实例ID,形如:vpc-f49l6u0z。
vpc-name - String - (过滤条件)私有网络名称。
zone - String - (过滤条件)可用区。
state - String - (过滤条件)VPC状态。available: 运营中; pending: 创建中; failed: 创建失败; deleting: 删除中public Long getOffset()
public void setOffset(Long Offset)
Offset - 偏移量public Long getLimit()
public void setLimit(Long Limit)
Limit - 返回数量public String getOrderField()
public void setOrderField(String OrderField)
OrderField - 排序字段public String getOrderDirection()
public void setOrderDirection(String OrderDirection)
OrderDirection - 排序方向, “asc”、“desc”Copyright © 2025. All rights reserved.