public class DescribeDiskStoragePoolRequest extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String[] |
getCdcIds()
Get 指定需要查询的独享集群ID列表,该入参不能与Filters一起使用。
|
Filter[] |
getFilters()
Get 过滤条件。参数不支持同时指定`CdcIds`和`Filters`。
cdc-id - Array of String - 是否必填:否 -(过滤条件)按独享集群ID过滤。 zone - Array of String - 是否必填:否 -(过滤条件)按独享集群所在[可用区](/document/api/213/9452#zone)过滤。 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/api/213/9452#zone)过滤。 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.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeDiskStoragePoolRequest()
public DescribeDiskStoragePoolRequest(DescribeDiskStoragePoolRequest source)
public Long getLimit()
public void setLimit(Long Limit)
Limit
- 返回数量,默认为20,最大值为100。关于`Limit`的更进一步介绍请参考 API [简介](/document/product/362/15633)中的相关小节。public String[] getCdcIds()
public void setCdcIds(String[] CdcIds)
CdcIds
- 指定需要查询的独享集群ID列表,该入参不能与Filters一起使用。public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters
- 过滤条件。参数不支持同时指定`CdcIds`和`Filters`。public Long getOffset()
public void setOffset(Long Offset)
Offset
- 偏移量,默认为0。关于`Offset`的更进一步介绍请参考API[简介](/document/product/362/15633)中的相关小节。Copyright © 2021. All rights reserved.