public class DeleteImagesRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DeleteImagesRequest() |
DeleteImagesRequest(DeleteImagesRequest 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 |
getDeleteBindedSnap()
Get Whether to delete the snapshot associated with the image
|
Boolean |
getDryRun()
Get Check whether deleting an image is supported
|
String[] |
getImageIds()
Get List of the IDs of the instances to be deleted.
|
void |
setDeleteBindedSnap(Boolean DeleteBindedSnap)
Set Whether to delete the snapshot associated with the image
|
void |
setDryRun(Boolean DryRun)
Set Check whether deleting an image is supported
|
void |
setImageIds(String[] ImageIds)
Set List of the IDs of the instances to be deleted.
|
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 DeleteImagesRequest()
public DeleteImagesRequest(DeleteImagesRequest source)
public String[] getImageIds()
public void setImageIds(String[] ImageIds)
ImageIds
- List of the IDs of the instances to be deleted.public Boolean getDeleteBindedSnap()
public void setDeleteBindedSnap(Boolean DeleteBindedSnap)
DeleteBindedSnap
- Whether to delete the snapshot associated with the imagepublic Boolean getDryRun()
public void setDryRun(Boolean DryRun)
DryRun
- Check whether deleting an image is supportedCopyright © 2024. All rights reserved.