public class DescribeBaseBackupsRequest extends AbstractModel
Constructor and Description |
---|
DescribeBaseBackupsRequest() |
DescribeBaseBackupsRequest(DescribeBaseBackupsRequest 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 |
---|---|
Filter[] |
getFilters()
Get Filter instances using one or more criteria.
|
Long |
getLimit()
Get The maximum number of results returned per page.
|
String |
getMaxFinishTime()
Get Maximum end time of a backup in the format of `2018-01-01 00:00:00`.
|
String |
getMinFinishTime()
Get Minimum end time of a backup in the format of `2018-01-01 00:00:00`.
|
Long |
getOffset()
Get Data offset, which starts from 0.
|
String |
getOrderBy()
Get Sorting field.
|
String |
getOrderByType()
Get Sorting order.
|
void |
setFilters(Filter[] Filters)
Set Filter instances using one or more criteria.
|
void |
setLimit(Long Limit)
Set The maximum number of results returned per page.
|
void |
setMaxFinishTime(String MaxFinishTime)
Set Maximum end time of a backup in the format of `2018-01-01 00:00:00`.
|
void |
setMinFinishTime(String MinFinishTime)
Set Minimum end time of a backup in the format of `2018-01-01 00:00:00`.
|
void |
setOffset(Long Offset)
Set Data offset, which starts from 0.
|
void |
setOrderBy(String OrderBy)
Set Sorting field.
|
void |
setOrderByType(String OrderByType)
Set Sorting order.
|
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 DescribeBaseBackupsRequest()
public DescribeBaseBackupsRequest(DescribeBaseBackupsRequest source)
public String getMinFinishTime()
public void setMinFinishTime(String MinFinishTime)
MinFinishTime
- Minimum end time of a backup in the format of `2018-01-01 00:00:00`. It is 7 days ago by default.public String getMaxFinishTime()
public void setMaxFinishTime(String MaxFinishTime)
MaxFinishTime
- Maximum end time of a backup in the format of `2018-01-01 00:00:00`. It is the current time by default.public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters
- Filter instances using one or more criteria. Valid filter names:
db-instance-id: Filter by instance ID (in string format).
db-instance-name: Filter by instance name (in string format).
db-instance-ip: Filter by instance VPC IP (in string format).public Long getLimit()
public void setLimit(Long Limit)
Limit
- The maximum number of results returned per page. Value range: 1-100. Default: `10`public Long getOffset()
public void setOffset(Long Offset)
Offset
- Data offset, which starts from 0.public String getOrderBy()
public void setOrderBy(String OrderBy)
OrderBy
- Sorting field. Valid values: `StartTime`, `FinishTime`, `Size`.public String getOrderByType()
public void setOrderByType(String OrderByType)
OrderByType
- Sorting order. Valid values: `asc` (ascending), `desc` (descending).Copyright © 2023. All rights reserved.