public class TerminateDisksRequest extends AbstractModel
Constructor and Description |
---|
TerminateDisksRequest() |
TerminateDisksRequest(TerminateDisksRequest 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 |
---|---|
Long |
getDeleteSnapshot()
Get Delete the associated non-permanently reserved snapshots upon deletion of the source cloud disk.
|
String[] |
getDiskIds()
Get List of cloud disk IDs required to be returned.
|
void |
setDeleteSnapshot(Long DeleteSnapshot)
Set Delete the associated non-permanently reserved snapshots upon deletion of the source cloud disk.
|
void |
setDiskIds(String[] DiskIds)
Set List of cloud disk IDs required to be returned.
|
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 TerminateDisksRequest()
public TerminateDisksRequest(TerminateDisksRequest source)
public String[] getDiskIds()
public void setDiskIds(String[] DiskIds)
DiskIds
- List of cloud disk IDs required to be returned.public Long getDeleteSnapshot()
public void setDeleteSnapshot(Long DeleteSnapshot)
DeleteSnapshot
- Delete the associated non-permanently reserved snapshots upon deletion of the source cloud disk. `0`: No (default). `1`: Yes. To check whether a snapshot is permanently reserved, refer to the `IsPermanent` field returned by the `DescribeSnapshots` API.Copyright © 2023. All rights reserved.