public class ApplyDiskBackupRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
ApplyDiskBackupRequest()  | 
ApplyDiskBackupRequest(ApplyDiskBackupRequest 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 | 
getDiskBackupId()
Get ID of the cloud disk backup point, which can be queried through the `DescribeDiskBackups` API. 
 | 
String | 
getDiskId()
Get ID of the original cloud disk of the backup point, which can be queried through the `DescribeDisks` API. 
 | 
void | 
setDiskBackupId(String DiskBackupId)
Set ID of the cloud disk backup point, which can be queried through the `DescribeDiskBackups` API. 
 | 
void | 
setDiskId(String DiskId)
Set ID of the original cloud disk of the backup point, which can be queried through the `DescribeDisks` API. 
 | 
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 ApplyDiskBackupRequest()
public ApplyDiskBackupRequest(ApplyDiskBackupRequest source)
public String getDiskBackupId()
public void setDiskBackupId(String DiskBackupId)
DiskBackupId - ID of the cloud disk backup point, which can be queried through the `DescribeDiskBackups` API.public String getDiskId()
public void setDiskId(String DiskId)
DiskId - ID of the original cloud disk of the backup point, which can be queried through the `DescribeDisks` API.Copyright © 2025. All rights reserved.