public class DescribeBackupMigrationRequest extends AbstractModel
Constructor and Description |
---|
DescribeBackupMigrationRequest() |
DescribeBackupMigrationRequest(DescribeBackupMigrationRequest 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 |
getBackupFileName()
Get Backup file name
|
String |
getBackupMigrationId()
Get Backup import task ID, which is returned through the API CreateBackupMigration.
|
String |
getInstanceId()
Get ID of imported target instance
|
Long |
getLimit()
Get Paging.
|
String |
getMigrationName()
Get Import task name
|
Long |
getOffset()
Get Paging.
|
String |
getOrderBy()
Get Field for order: name,createTime,startTime,endTime
|
String |
getOrderByType()
Get Type of order: desc,asc
|
String |
getRecoveryType()
Get Import task restoration type: FULL,FULL_LOG,FULL_DIFF
|
Long[] |
getStatusSet()
Get Status set of import tasks
|
String |
getUploadType()
Get COS_URL: the backup is stored in user’s Cloud Object Storage, with URL provided.
|
void |
setBackupFileName(String BackupFileName)
Set Backup file name
|
void |
setBackupMigrationId(String BackupMigrationId)
Set Backup import task ID, which is returned through the API CreateBackupMigration.
|
void |
setInstanceId(String InstanceId)
Set ID of imported target instance
|
void |
setLimit(Long Limit)
Set Paging.
|
void |
setMigrationName(String MigrationName)
Set Import task name
|
void |
setOffset(Long Offset)
Set Paging.
|
void |
setOrderBy(String OrderBy)
Set Field for order: name,createTime,startTime,endTime
|
void |
setOrderByType(String OrderByType)
Set Type of order: desc,asc
|
void |
setRecoveryType(String RecoveryType)
Set Import task restoration type: FULL,FULL_LOG,FULL_DIFF
|
void |
setStatusSet(Long[] StatusSet)
Set Status set of import tasks
|
void |
setUploadType(String UploadType)
Set COS_URL: the backup is stored in user’s Cloud Object Storage, with URL provided.
|
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 DescribeBackupMigrationRequest()
public DescribeBackupMigrationRequest(DescribeBackupMigrationRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- ID of imported target instancepublic String getBackupMigrationId()
public void setBackupMigrationId(String BackupMigrationId)
BackupMigrationId
- Backup import task ID, which is returned through the API CreateBackupMigration.public String getMigrationName()
public void setMigrationName(String MigrationName)
MigrationName
- Import task namepublic String getBackupFileName()
public void setBackupFileName(String BackupFileName)
BackupFileName
- Backup file namepublic Long[] getStatusSet()
public void setStatusSet(Long[] StatusSet)
StatusSet
- Status set of import taskspublic String getRecoveryType()
public void setRecoveryType(String RecoveryType)
RecoveryType
- Import task restoration type: FULL,FULL_LOG,FULL_DIFFpublic String getUploadType()
public void setUploadType(String UploadType)
UploadType
- COS_URL: the backup is stored in user’s Cloud Object Storage, with URL provided. COS_UPLOAD: the backup is stored in the application’s Cloud Object Storage and needs to be uploaded by the user.public Long getLimit()
public void setLimit(Long Limit)
Limit
- Paging. Page sizepublic Long getOffset()
public void setOffset(Long Offset)
Offset
- Paging. Number of pagespublic String getOrderBy()
public void setOrderBy(String OrderBy)
OrderBy
- Field for order: name,createTime,startTime,endTimepublic String getOrderByType()
public void setOrderByType(String OrderByType)
OrderByType
- Type of order: desc,ascCopyright © 2021. All rights reserved.