public class BindAutoSnapshotPolicyRequest extends AbstractModel
Constructor and Description |
---|
BindAutoSnapshotPolicyRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getAutoSnapshotPolicyId()
Get ID of scheduled snapshot policy to be bound.
|
String[] |
getDiskIds()
Get List of cloud disk IDs to be bound.
|
void |
setAutoSnapshotPolicyId(String AutoSnapshotPolicyId)
Set ID of scheduled snapshot policy to be bound.
|
void |
setDiskIds(String[] DiskIds)
Set List of cloud disk IDs to be bound.
|
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 getAutoSnapshotPolicyId()
public void setAutoSnapshotPolicyId(String AutoSnapshotPolicyId)
AutoSnapshotPolicyId
- ID of scheduled snapshot policy to be bound.public String[] getDiskIds()
public void setDiskIds(String[] DiskIds)
DiskIds
- List of cloud disk IDs to be bound. Maximum of 80 cloud disks can be bound per request.Copyright © 2020. All rights reserved.