public class RansomDefenseRollbackRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
RansomDefenseRollbackRequest() |
RansomDefenseRollbackRequest(RansomDefenseRollbackRequest 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 |
getBackupTime()
Get Snapshot time
|
String |
getDiskInfo()
Get Information about the hard disks that need to be rolled back.
|
String |
getQuuid()
Get Host QUUID
|
void |
setBackupTime(String BackupTime)
Set Snapshot time
|
void |
setDiskInfo(String DiskInfo)
Set Information about the hard disks that need to be rolled back.
|
void |
setQuuid(String Quuid)
Set Host QUUID
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public RansomDefenseRollbackRequest()
public RansomDefenseRollbackRequest(RansomDefenseRollbackRequest source)
public String getBackupTime()
public void setBackupTime(String BackupTime)
BackupTime
- Snapshot timepublic String getQuuid()
public void setQuuid(String Quuid)
Quuid
- Host QUUIDpublic String getDiskInfo()
public void setDiskInfo(String DiskInfo)
DiskInfo
- Information about the hard disks that need to be rolled back. Hard disks are directly separated by semicolons (;); blanks are all disks that have been snapshot: disk-id1|disk-name1;disk-id2|disk-name2.Copyright © 2024. All rights reserved.