Class DescribeDiskStoragePoolRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cbs.v20170312.models.DescribeDiskStoragePoolRequest
-
public class DescribeDiskStoragePoolRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeDiskStoragePoolRequest()
DescribeDiskStoragePoolRequest(DescribeDiskStoragePoolRequest 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 String[]
getCdcIds()
Get 指定需要查询的独享集群ID列表,该入参不能与Filters一起使用。Filter[]
getFilters()
Get 过滤条件。参数不支持同时指定`CdcIds`和`Filters`。
cdc-id - Array of String - 是否必填:否 -(过滤条件)按独享集群ID过滤。
zone - Array of String - 是否必填:否 -(过滤条件)按独享集群所在[可用区](/document/product/213/15753#ZoneInfo)过滤。
cage-id - Array of String - 是否必填:否 -(过滤条件)按独享集群所在围笼的ID过滤。
disk-type - Array of String - 是否必填:否 -(过滤条件)按照云盘介质类型过滤。(CLOUD_BASIC:表示普通云硬盘 | CLOUD_PREMIUM:表示高性能云硬盘。| CLOUD_SSD:SSD表示SSD云硬盘。)Long
getLimit()
Get 返回数量,默认为20,最大值为100。关于`Limit`的更进一步介绍请参考 API [简介](/document/product/362/15633)中的相关小节。Long
getOffset()
Get 偏移量,默认为0。关于`Offset`的更进一步介绍请参考API[简介](/document/product/362/15633)中的相关小节。void
setCdcIds(String[] CdcIds)
Set 指定需要查询的独享集群ID列表,该入参不能与Filters一起使用。void
setFilters(Filter[] Filters)
Set 过滤条件。参数不支持同时指定`CdcIds`和`Filters`。
cdc-id - Array of String - 是否必填:否 -(过滤条件)按独享集群ID过滤。
zone - Array of String - 是否必填:否 -(过滤条件)按独享集群所在[可用区](/document/product/213/15753#ZoneInfo)过滤。
cage-id - Array of String - 是否必填:否 -(过滤条件)按独享集群所在围笼的ID过滤。
disk-type - Array of String - 是否必填:否 -(过滤条件)按照云盘介质类型过滤。(CLOUD_BASIC:表示普通云硬盘 | CLOUD_PREMIUM:表示高性能云硬盘。| CLOUD_SSD:SSD表示SSD云硬盘。)void
setLimit(Long Limit)
Set 返回数量,默认为20,最大值为100。关于`Limit`的更进一步介绍请参考 API [简介](/document/product/362/15633)中的相关小节。void
setOffset(Long Offset)
Set 偏移量,默认为0。关于`Offset`的更进一步介绍请参考API[简介](/document/product/362/15633)中的相关小节。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
-
DescribeDiskStoragePoolRequest
public DescribeDiskStoragePoolRequest()
-
DescribeDiskStoragePoolRequest
public DescribeDiskStoragePoolRequest(DescribeDiskStoragePoolRequest 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
-
getLimit
public Long getLimit()
Get 返回数量,默认为20,最大值为100。关于`Limit`的更进一步介绍请参考 API [简介](/document/product/362/15633)中的相关小节。- Returns:
- Limit 返回数量,默认为20,最大值为100。关于`Limit`的更进一步介绍请参考 API [简介](/document/product/362/15633)中的相关小节。
-
setLimit
public void setLimit(Long Limit)
Set 返回数量,默认为20,最大值为100。关于`Limit`的更进一步介绍请参考 API [简介](/document/product/362/15633)中的相关小节。- Parameters:
Limit
- 返回数量,默认为20,最大值为100。关于`Limit`的更进一步介绍请参考 API [简介](/document/product/362/15633)中的相关小节。
-
getCdcIds
public String[] getCdcIds()
Get 指定需要查询的独享集群ID列表,该入参不能与Filters一起使用。- Returns:
- CdcIds 指定需要查询的独享集群ID列表,该入参不能与Filters一起使用。
-
setCdcIds
public void setCdcIds(String[] CdcIds)
Set 指定需要查询的独享集群ID列表,该入参不能与Filters一起使用。- Parameters:
CdcIds
- 指定需要查询的独享集群ID列表,该入参不能与Filters一起使用。
-
getFilters
public Filter[] getFilters()
Get 过滤条件。参数不支持同时指定`CdcIds`和`Filters`。- cdc-id - Array of String - 是否必填:否 -(过滤条件)按独享集群ID过滤。
- zone - Array of String - 是否必填:否 -(过滤条件)按独享集群所在[可用区](/document/product/213/15753#ZoneInfo)过滤。
- cage-id - Array of String - 是否必填:否 -(过滤条件)按独享集群所在围笼的ID过滤。
- disk-type - Array of String - 是否必填:否 -(过滤条件)按照云盘介质类型过滤。(CLOUD_BASIC:表示普通云硬盘 | CLOUD_PREMIUM:表示高性能云硬盘。| CLOUD_SSD:SSD表示SSD云硬盘。)
- Returns:
- Filters 过滤条件。参数不支持同时指定`CdcIds`和`Filters`。
- cdc-id - Array of String - 是否必填:否 -(过滤条件)按独享集群ID过滤。
- zone - Array of String - 是否必填:否 -(过滤条件)按独享集群所在[可用区](/document/product/213/15753#ZoneInfo)过滤。
- cage-id - Array of String - 是否必填:否 -(过滤条件)按独享集群所在围笼的ID过滤。
- disk-type - Array of String - 是否必填:否 -(过滤条件)按照云盘介质类型过滤。(CLOUD_BASIC:表示普通云硬盘 | CLOUD_PREMIUM:表示高性能云硬盘。| CLOUD_SSD:SSD表示SSD云硬盘。)
- cdc-id - Array of String - 是否必填:否 -(过滤条件)按独享集群ID过滤。
- cdc-id - Array of String - 是否必填:否 -(过滤条件)按独享集群ID过滤。
-
setFilters
public void setFilters(Filter[] Filters)
Set 过滤条件。参数不支持同时指定`CdcIds`和`Filters`。- cdc-id - Array of String - 是否必填:否 -(过滤条件)按独享集群ID过滤。
- zone - Array of String - 是否必填:否 -(过滤条件)按独享集群所在[可用区](/document/product/213/15753#ZoneInfo)过滤。
- cage-id - Array of String - 是否必填:否 -(过滤条件)按独享集群所在围笼的ID过滤。
- disk-type - Array of String - 是否必填:否 -(过滤条件)按照云盘介质类型过滤。(CLOUD_BASIC:表示普通云硬盘 | CLOUD_PREMIUM:表示高性能云硬盘。| CLOUD_SSD:SSD表示SSD云硬盘。)
- Parameters:
Filters
- 过滤条件。参数不支持同时指定`CdcIds`和`Filters`。- cdc-id - Array of String - 是否必填:否 -(过滤条件)按独享集群ID过滤。
- zone - Array of String - 是否必填:否 -(过滤条件)按独享集群所在[可用区](/document/product/213/15753#ZoneInfo)过滤。
- cage-id - Array of String - 是否必填:否 -(过滤条件)按独享集群所在围笼的ID过滤。
- disk-type - Array of String - 是否必填:否 -(过滤条件)按照云盘介质类型过滤。(CLOUD_BASIC:表示普通云硬盘 | CLOUD_PREMIUM:表示高性能云硬盘。| CLOUD_SSD:SSD表示SSD云硬盘。)
- cdc-id - Array of String - 是否必填:否 -(过滤条件)按独享集群ID过滤。
- cdc-id - Array of String - 是否必填:否 -(过滤条件)按独享集群ID过滤。
-
getOffset
public Long getOffset()
Get 偏移量,默认为0。关于`Offset`的更进一步介绍请参考API[简介](/document/product/362/15633)中的相关小节。- Returns:
- Offset 偏移量,默认为0。关于`Offset`的更进一步介绍请参考API[简介](/document/product/362/15633)中的相关小节。
-
setOffset
public void setOffset(Long Offset)
Set 偏移量,默认为0。关于`Offset`的更进一步介绍请参考API[简介](/document/product/362/15633)中的相关小节。- Parameters:
Offset
- 偏移量,默认为0。关于`Offset`的更进一步介绍请参考API[简介](/document/product/362/15633)中的相关小节。
-
-