public class DescribeSnapshotsRequest extends AbstractModel
Constructor and Description |
---|
DescribeSnapshotsRequest() |
Modifier and Type | Method and Description |
---|---|
Filter[] |
getFilters()
Get Filter conditions.
|
Long |
getLimit()
Get Number of results to be returned.
|
Long |
getOffset()
Get Offset.
|
String |
getOrder()
Get Outputs the ordering of the cloud disk list.
|
String |
getOrderField()
Get The field by which the snapshot list is sorted.
|
String[] |
getSnapshotIds()
Get List of snapshot IDs to be queried.
|
void |
setFilters(Filter[] Filters)
Set Filter conditions.
|
void |
setLimit(Long Limit)
Set Number of results to be returned.
|
void |
setOffset(Long Offset)
Set Offset.
|
void |
setOrder(String Order)
Set Outputs the ordering of the cloud disk list.
|
void |
setOrderField(String OrderField)
Set The field by which the snapshot list is sorted.
|
void |
setSnapshotIds(String[] SnapshotIds)
Set List of snapshot IDs to be queried.
|
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 String[] getSnapshotIds()
public void setSnapshotIds(String[] SnapshotIds)
SnapshotIds
- List of snapshot IDs to be queried. The parameter does not support specifying both `SnapshotIds` and `Filters`.public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters
- Filter conditions. The specification of both the `SnapshotIds` and `Filters` parameters is not supported. public Long getOffset()
public void setOffset(Long Offset)
Offset
- Offset. Default is 0. For more information on `Offset`, please see relevant sections in API [Introduction](/document/product/362/15633).public Long getLimit()
public void setLimit(Long Limit)
Limit
- Number of results to be returned. Default is 20. Maximum is 100. For more information on `Limit`, please see relevant sections in API [Introduction](/document/product/362/15633).public String getOrder()
public void setOrder(String Order)
Order
- Outputs the ordering of the cloud disk list. Value range: public String getOrderField()
public void setOrderField(String OrderField)
OrderField
- The field by which the snapshot list is sorted. Value range: Copyright © 2020. All rights reserved.