public class DescribeAutoSnapshotPoliciesRequest extends AbstractModel
构造器和说明 |
---|
DescribeAutoSnapshotPoliciesRequest() |
限定符和类型 | 方法和说明 |
---|---|
String[] |
getAutoSnapshotPolicyIds()
获取要查询的定期快照策略ID列表。
|
Filter[] |
getFilters()
获取过滤条件。
|
Integer |
getLimit()
获取返回数量,默认为20,最大值为100。
|
Integer |
getOffset()
获取偏移量,默认为0。
|
String |
getOrder()
获取输出定期快照列表的排列顺序。
|
String |
getOrderField()
获取定期快照列表排序的依据字段。
|
void |
setAutoSnapshotPolicyIds(String[] AutoSnapshotPolicyIds)
设置要查询的定期快照策略ID列表。
|
void |
setFilters(Filter[] Filters)
设置过滤条件。
|
void |
setLimit(Integer Limit)
设置返回数量,默认为20,最大值为100。
|
void |
setOffset(Integer Offset)
设置偏移量,默认为0。
|
void |
setOrder(String Order)
设置输出定期快照列表的排列顺序。
|
void |
setOrderField(String OrderField)
设置定期快照列表排序的依据字段。
|
void |
toMap(HashMap<String,String> map,
String prefix)
内部实现,用户禁止调用
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String[] getAutoSnapshotPolicyIds()
public void setAutoSnapshotPolicyIds(String[] AutoSnapshotPolicyIds)
AutoSnapshotPolicyIds
- 要查询的定期快照策略ID列表。参数不支持同时指定`AutoSnapshotPolicyIds`和`Filters`。public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters
- 过滤条件。参数不支持同时指定`AutoSnapshotPolicyIds`和`Filters`。public Integer getLimit()
public void setLimit(Integer Limit)
Limit
- 返回数量,默认为20,最大值为100。关于`Limit`的更进一步介绍请参考 API [简介](/document/product/362/15633)中的相关小节。public Integer getOffset()
public void setOffset(Integer Offset)
Offset
- 偏移量,默认为0。关于`Offset`的更进一步介绍请参考API[简介](/document/product/362/15633)中的相关小节。public String getOrder()
public void setOrder(String Order)
Order
- 输出定期快照列表的排列顺序。取值范围:public String getOrderField()
public void setOrderField(String OrderField)
OrderField
- 定期快照列表排序的依据字段。取值范围:Copyright © 2019. All rights reserved.