Class DescribeVpcResourceRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.bmvpc.v20180625.models.DescribeVpcResourceRequest
-
public class DescribeVpcResourceRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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 私有网络实例IDvoid
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 私有网络实例IDvoid
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
-
DescribeVpcResourceRequest
public DescribeVpcResourceRequest()
-
DescribeVpcResourceRequest
public 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.
-
-
Method Detail
-
getVpcIds
public String[] getVpcIds()
Get 私有网络实例ID- Returns:
- VpcIds 私有网络实例ID
-
setVpcIds
public void setVpcIds(String[] VpcIds)
Set 私有网络实例ID- Parameters:
VpcIds
- 私有网络实例ID
-
getFilters
public Filter[] getFilters()
Get 过滤条件,参数不支持同时指定SubnetIds和Filters。 vpc-id - String - (过滤条件)私有网络实例ID,形如:vpc-f49l6u0z。 vpc-name - String - (过滤条件)私有网络名称。 zone - String - (过滤条件)可用区。 state - String - (过滤条件)VPC状态。available: 运营中; pending: 创建中; failed: 创建失败; deleting: 删除中- Returns:
- Filters 过滤条件,参数不支持同时指定SubnetIds和Filters。 vpc-id - String - (过滤条件)私有网络实例ID,形如:vpc-f49l6u0z。 vpc-name - String - (过滤条件)私有网络名称。 zone - String - (过滤条件)可用区。 state - String - (过滤条件)VPC状态。available: 运营中; pending: 创建中; failed: 创建失败; deleting: 删除中
-
setFilters
public 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: 删除中- Parameters:
Filters
- 过滤条件,参数不支持同时指定SubnetIds和Filters。 vpc-id - String - (过滤条件)私有网络实例ID,形如:vpc-f49l6u0z。 vpc-name - String - (过滤条件)私有网络名称。 zone - String - (过滤条件)可用区。 state - String - (过滤条件)VPC状态。available: 运营中; pending: 创建中; failed: 创建失败; deleting: 删除中
-
getOffset
public Long getOffset()
Get 偏移量- Returns:
- Offset 偏移量
-
setOffset
public void setOffset(Long Offset)
Set 偏移量- Parameters:
Offset
- 偏移量
-
getLimit
public Long getLimit()
Get 返回数量- Returns:
- Limit 返回数量
-
setLimit
public void setLimit(Long Limit)
Set 返回数量- Parameters:
Limit
- 返回数量
-
getOrderField
public String getOrderField()
Get 排序字段- Returns:
- OrderField 排序字段
-
setOrderField
public void setOrderField(String OrderField)
Set 排序字段- Parameters:
OrderField
- 排序字段
-
getOrderDirection
public String getOrderDirection()
Get 排序方向, “asc”、“desc”- Returns:
- OrderDirection 排序方向, “asc”、“desc”
-
setOrderDirection
public void setOrderDirection(String OrderDirection)
Set 排序方向, “asc”、“desc”- Parameters:
OrderDirection
- 排序方向, “asc”、“desc”
-
-