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 of scheduled snapshot policy to be unbound.
|
String[] |
getDiskIds()
Get List of cloud disk IDs scheduled snapshot policy to be unbound from.
|
void |
setAutoSnapshotPolicyId(String AutoSnapshotPolicyId)
Set ID of scheduled snapshot policy to be unbound.
|
void |
setDiskIds(String[] DiskIds)
Set List of cloud disk IDs scheduled snapshot policy to be unbound from.
|
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[] getDiskIds()
public void setDiskIds(String[] DiskIds)
DiskIds
- List of cloud disk IDs scheduled snapshot policy to be unbound from.public String getAutoSnapshotPolicyId()
public void setAutoSnapshotPolicyId(String AutoSnapshotPolicyId)
AutoSnapshotPolicyId
- ID of scheduled snapshot policy to be unbound.Copyright © 2021. All rights reserved.