public class UnbindAutoSnapshotPolicyRequest extends AbstractModel
Constructor and Description |
---|
UnbindAutoSnapshotPolicyRequest() |
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 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 © 2020. All rights reserved.