public class ApplySnapshotRequest extends AbstractModel
Constructor and Description |
---|
ApplySnapshotRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getDiskId()
Get ID of the original cloud disk corresponding to the snapshot, which can be queried via the API [DescribeDisks](/document/product/362/16315).
|
String |
getSnapshotId()
Get Snapshot ID, which can be queried via [DescribeSnapshots](/document/product/362/15647).
|
void |
setDiskId(String DiskId)
Set ID of the original cloud disk corresponding to the snapshot, which can be queried via the API [DescribeDisks](/document/product/362/16315).
|
void |
setSnapshotId(String SnapshotId)
Set Snapshot ID, which can be queried via [DescribeSnapshots](/document/product/362/15647).
|
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 String getSnapshotId()
public void setSnapshotId(String SnapshotId)
SnapshotId
- Snapshot ID, which can be queried via [DescribeSnapshots](/document/product/362/15647).public String getDiskId()
public void setDiskId(String DiskId)
DiskId
- ID of the original cloud disk corresponding to the snapshot, which can be queried via the API [DescribeDisks](/document/product/362/16315).Copyright © 2020. All rights reserved.