public class CreateDiskBackupRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateDiskBackupRequest() |
CreateDiskBackupRequest(CreateDiskBackupRequest 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 |
getDiskBackupName()
Get Name of the cloud disk backup point, which can contain up to 100 characters.
|
String |
getDiskId()
Get Name of the cloud disk for which to create a backup point.
|
void |
setDiskBackupName(String DiskBackupName)
Set Name of the cloud disk backup point, which can contain up to 100 characters.
|
void |
setDiskId(String DiskId)
Set Name of the cloud disk for which to create a backup point.
|
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 CreateDiskBackupRequest()
public CreateDiskBackupRequest(CreateDiskBackupRequest source)
public String getDiskId()
public void setDiskId(String DiskId)
DiskId
- Name of the cloud disk for which to create a backup point.public String getDiskBackupName()
public void setDiskBackupName(String DiskBackupName)
DiskBackupName
- Name of the cloud disk backup point, which can contain up to 100 characters.Copyright © 2024. All rights reserved.