public class DescribeRollbackRangeTimeRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
DescribeRollbackRangeTimeRequest()  | 
DescribeRollbackRangeTimeRequest(DescribeRollbackRangeTimeRequest 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 | 
getBackupRegion()
Get The region of the clone instance, such as `ap-guangzhou`. 
 | 
String[] | 
getInstanceIds()
Get Instance ID list. 
 | 
String | 
getIsRemoteZone()
Get Whether the clone instance and the source instance are in the same AZ. 
 | 
void | 
setBackupRegion(String BackupRegion)
Set The region of the clone instance, such as `ap-guangzhou`. 
 | 
void | 
setInstanceIds(String[] InstanceIds)
Set Instance ID list. 
 | 
void | 
setIsRemoteZone(String IsRemoteZone)
Set Whether the clone instance and the source instance are in the same AZ. 
 | 
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, toJsonStringpublic DescribeRollbackRangeTimeRequest()
public DescribeRollbackRangeTimeRequest(DescribeRollbackRangeTimeRequest source)
public String[] getInstanceIds()
public void setInstanceIds(String[] InstanceIds)
InstanceIds - Instance ID list. An instance ID is in the format of cdb-c1nl9rpv, which is the same as the instance ID displayed on the TencentDB Console page.public String getIsRemoteZone()
public void setIsRemoteZone(String IsRemoteZone)
IsRemoteZone - Whether the clone instance and the source instance are in the same AZ. Valid values: `true` (yes), `false` (no).public String getBackupRegion()
public void setBackupRegion(String BackupRegion)
BackupRegion - The region of the clone instance, such as `ap-guangzhou`.Copyright © 2025. All rights reserved.