Class DeleteSnapshotsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cbs.v20170312.models.DeleteSnapshotsRequest
-
public class DeleteSnapshotsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetDeleteBindImages()Get 是否强制删除快照关联的镜像String[]getSnapshotIds()Get 要删除的快照ID列表,可通过[DescribeSnapshots](/document/product/362/15647)查询。voidsetDeleteBindImages(Boolean DeleteBindImages)Set 是否强制删除快照关联的镜像voidsetSnapshotIds(String[] SnapshotIds)Set 要删除的快照ID列表,可通过[DescribeSnapshots](/document/product/362/15647)查询。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DeleteSnapshotsRequest
public DeleteSnapshotsRequest()
-
DeleteSnapshotsRequest
public 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.
-
-
Method Detail
-
getSnapshotIds
public String[] getSnapshotIds()
Get 要删除的快照ID列表,可通过[DescribeSnapshots](/document/product/362/15647)查询。- Returns:
- SnapshotIds 要删除的快照ID列表,可通过[DescribeSnapshots](/document/product/362/15647)查询。
-
setSnapshotIds
public void setSnapshotIds(String[] SnapshotIds)
Set 要删除的快照ID列表,可通过[DescribeSnapshots](/document/product/362/15647)查询。- Parameters:
SnapshotIds- 要删除的快照ID列表,可通过[DescribeSnapshots](/document/product/362/15647)查询。
-
getDeleteBindImages
public Boolean getDeleteBindImages()
Get 是否强制删除快照关联的镜像- Returns:
- DeleteBindImages 是否强制删除快照关联的镜像
-
setDeleteBindImages
public void setDeleteBindImages(Boolean DeleteBindImages)
Set 是否强制删除快照关联的镜像- Parameters:
DeleteBindImages- 是否强制删除快照关联的镜像
-
-