public class DescribeRestoreTaskRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeRestoreTaskRequest() |
DescribeRestoreTaskRequest(DescribeRestoreTaskRequest 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 |
getEndTime()
Get End time.
|
Long |
getFlowId()
Get Asynchronous rollback task ID.
|
String |
getInstanceId()
Get Source Instance ID.
|
Long |
getLimit()
Get Page number in pagination mode.
|
Long |
getOffset()
Get The number of returned entries per page in pagination mode.
|
String |
getOrderBy()
Get Sorting field.
|
String |
getOrderByType()
Get Sorting rule.
|
Long |
getRestoreType()
Get Rollback method.
|
String |
getStartTime()
Get Start time.
|
Long |
getStatus()
Get Rollback status, 0: initialized; 1: running; 2: successful; 3: failed.
|
String |
getTargetRegion()
Get Region where the target instance is located for rollback.
|
Long |
getTargetType()
Get Type of the target instance for rollback.
|
void |
setEndTime(String EndTime)
Set End time.
|
void |
setFlowId(Long FlowId)
Set Asynchronous rollback task ID.
|
void |
setInstanceId(String InstanceId)
Set Source Instance ID.
|
void |
setLimit(Long Limit)
Set Page number in pagination mode.
|
void |
setOffset(Long Offset)
Set The number of returned entries per page in pagination mode.
|
void |
setOrderBy(String OrderBy)
Set Sorting field.
|
void |
setOrderByType(String OrderByType)
Set Sorting rule.
|
void |
setRestoreType(Long RestoreType)
Set Rollback method.
|
void |
setStartTime(String StartTime)
Set Start time.
|
void |
setStatus(Long Status)
Set Rollback status, 0: initialized; 1: running; 2: successful; 3: failed.
|
void |
setTargetRegion(String TargetRegion)
Set Region where the target instance is located for rollback.
|
void |
setTargetType(Long TargetType)
Set Type of the target instance for rollback.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeRestoreTaskRequest()
public DescribeRestoreTaskRequest(DescribeRestoreTaskRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Source Instance ID.public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- Start time.public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- End time.public Long getRestoreType()
public void setRestoreType(Long RestoreType)
RestoreType
- Rollback method. 0 - roll back by time point; 1 - roll back by backup set.public String getTargetRegion()
public void setTargetRegion(String TargetRegion)
TargetRegion
- Region where the target instance is located for rollback.public Long getTargetType()
public void setTargetType(Long TargetType)
TargetType
- Type of the target instance for rollback. 0 - current instance; 1 - existing instance; 2 - new instance.public Long getStatus()
public void setStatus(Long Status)
Status
- Rollback status, 0: initialized; 1: running; 2: successful; 3: failed.public Long getOffset()
public void setOffset(Long Offset)
Offset
- The number of returned entries per page in pagination mode. Value range: 1-100. The default value is 20.public Long getLimit()
public void setLimit(Long Limit)
Limit
- Page number in pagination mode. The default value is 0.public String getOrderBy()
public void setOrderBy(String OrderBy)
OrderBy
- Sorting field. restoreTime - rollback time; startTime-task start time; endTime-task end time. By default, the results are sorted in descending order by task start time.public String getOrderByType()
public void setOrderByType(String OrderByType)
OrderByType
- Sorting rule. desc - descending order; asc - ascending order. The default value is desc.public Long getFlowId()
public void setFlowId(Long FlowId)
FlowId
- Asynchronous rollback task ID.Copyright © 2025. All rights reserved.