public class DescribeDiskBackupsRequest extends AbstractModel
Constructor and Description |
---|
DescribeDiskBackupsRequest() |
DescribeDiskBackupsRequest(DescribeDiskBackupsRequest 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[] |
getDiskBackupIds()
Get List of IDs of the backup points to be queried.
|
Filter[] |
getFilters()
Get Filter.
|
Long |
getLimit()
Get Number of returned results.
|
Long |
getOffset()
Get Offset.
|
String |
getOrder()
Get Sorting order of cloud disk backup points.
|
String |
getOrderField()
Get The field by which cloud disk backup points are sorted.
|
void |
setDiskBackupIds(String[] DiskBackupIds)
Set List of IDs of the backup points to be queried.
|
void |
setFilters(Filter[] Filters)
Set Filter.
|
void |
setLimit(Long Limit)
Set Number of returned results.
|
void |
setOffset(Long Offset)
Set Offset.
|
void |
setOrder(String Order)
Set Sorting order of cloud disk backup points.
|
void |
setOrderField(String OrderField)
Set The field by which cloud disk backup points are sorted.
|
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 DescribeDiskBackupsRequest()
public DescribeDiskBackupsRequest(DescribeDiskBackupsRequest source)
public String[] getDiskBackupIds()
public void setDiskBackupIds(String[] DiskBackupIds)
DiskBackupIds
- List of IDs of the backup points to be queried. `DiskBackupIds` and `Filters` cannot be specified at the same time.public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters
- Filter. `DiskBackupIds` and `Filters` cannot be specified at the same time. Valid values: public Long getOffset()
public void setOffset(Long Offset)
Offset
- Offset. Default value: 0. For more information on `Offset`, see the relevant section of the API [Overview](https://intl.cloud.tencent.com/document/product/362/15633?from_cn_redirect=1).public Long getLimit()
public void setLimit(Long Limit)
Limit
- Number of returned results. Default value: 20. Maximum value: 100. For more information on `Limit`, see the relevant section of the API [Overview](https://intl.cloud.tencent.com/document/product/362/15633?from_cn_redirect=1).public String getOrder()
public void setOrder(String Order)
Order
- Sorting order of cloud disk backup points. Valid values:public String getOrderField()
public void setOrderField(String OrderField)
OrderField
- The field by which cloud disk backup points are sorted. Valid values:Copyright © 2023. All rights reserved.