public class UnbindAutoSnapshotPolicyRequest extends AbstractModel
Constructor and Description |
---|
UnbindAutoSnapshotPolicyRequest() |
UnbindAutoSnapshotPolicyRequest(UnbindAutoSnapshotPolicyRequest 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 |
---|---|
String |
getAutoSnapshotPolicyId()
Get 要解绑的定期快照策略ID。
|
String[] |
getDiskIds()
Get 要解绑定期快照策略的云盘ID列表。
|
void |
setAutoSnapshotPolicyId(String AutoSnapshotPolicyId)
Set 要解绑的定期快照策略ID。
|
void |
setDiskIds(String[] DiskIds)
Set 要解绑定期快照策略的云盘ID列表。
|
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 UnbindAutoSnapshotPolicyRequest()
public UnbindAutoSnapshotPolicyRequest(UnbindAutoSnapshotPolicyRequest source)
public String getAutoSnapshotPolicyId()
public void setAutoSnapshotPolicyId(String AutoSnapshotPolicyId)
AutoSnapshotPolicyId
- 要解绑的定期快照策略ID。public String[] getDiskIds()
public void setDiskIds(String[] DiskIds)
DiskIds
- 要解绑定期快照策略的云盘ID列表。Copyright © 2022. All rights reserved.