public class DeleteSnapshotsRequest extends AbstractModel
Constructor and Description |
---|
DeleteSnapshotsRequest() |
DeleteSnapshotsRequest(DeleteSnapshotsRequest 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 |
---|---|
Boolean |
getDeleteBindImages()
Get 是否强制删除快照关联的镜像
|
String[] |
getSnapshotIds()
Get 要删除的快照ID列表,可通过[DescribeSnapshots](/document/product/362/15647)查询。
|
void |
setDeleteBindImages(Boolean DeleteBindImages)
Set 是否强制删除快照关联的镜像
|
void |
setSnapshotIds(String[] SnapshotIds)
Set 要删除的快照ID列表,可通过[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 DeleteSnapshotsRequest()
public DeleteSnapshotsRequest(DeleteSnapshotsRequest source)
public String[] getSnapshotIds()
public void setSnapshotIds(String[] SnapshotIds)
SnapshotIds
- 要删除的快照ID列表,可通过[DescribeSnapshots](/document/product/362/15647)查询。public Boolean getDeleteBindImages()
public void setDeleteBindImages(Boolean DeleteBindImages)
DeleteBindImages
- 是否强制删除快照关联的镜像Copyright © 2022. All rights reserved.