public class TerminateDisksRequest extends AbstractModel
header, skipSign| 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 销毁云盘时删除关联的非永久保留快照。0 表示非永久快照不随云盘销毁而销毁,1表示非永久快照随云盘销毁而销毁,默认取0。快照是否永久保留可以通过DescribeSnapshots接口返回的快照详情的IsPermanent字段来判断,true表示永久快照,false表示非永久快照。 | 
| String[] | getDiskIds()Get 需退还的云盘ID列表,通过[DescribeDisks](/document/product/362/16315)接口查询。 | 
| void | setDeleteSnapshot(Long DeleteSnapshot)Set 销毁云盘时删除关联的非永久保留快照。0 表示非永久快照不随云盘销毁而销毁,1表示非永久快照随云盘销毁而销毁,默认取0。快照是否永久保留可以通过DescribeSnapshots接口返回的快照详情的IsPermanent字段来判断,true表示永久快照,false表示非永久快照。 | 
| void | setDiskIds(String[] DiskIds)Set 需退还的云盘ID列表,通过[DescribeDisks](/document/product/362/16315)接口查询。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic TerminateDisksRequest()
public TerminateDisksRequest(TerminateDisksRequest source)
public String[] getDiskIds()
public void setDiskIds(String[] DiskIds)
DiskIds - 需退还的云盘ID列表,通过[DescribeDisks](/document/product/362/16315)接口查询。public Long getDeleteSnapshot()
public void setDeleteSnapshot(Long DeleteSnapshot)
DeleteSnapshot - 销毁云盘时删除关联的非永久保留快照。0 表示非永久快照不随云盘销毁而销毁,1表示非永久快照随云盘销毁而销毁,默认取0。快照是否永久保留可以通过DescribeSnapshots接口返回的快照详情的IsPermanent字段来判断,true表示永久快照,false表示非永久快照。Copyright © 2025. All rights reserved.