public class CancelAutoSnapshotPolicyRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
diskIds
The IDs of the disks for which you want to disable the automatic snapshot policy.
|
Long |
ownerId |
String |
regionId
The region ID of the automatic snapshot policy and the disks.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
构造器和说明 |
---|
CancelAutoSnapshotPolicyRequest() |
限定符和类型 | 方法和说明 |
---|---|
static CancelAutoSnapshotPolicyRequest |
build(Map<String,?> map) |
String |
getDiskIds() |
Long |
getOwnerId() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
CancelAutoSnapshotPolicyRequest |
setDiskIds(String diskIds) |
CancelAutoSnapshotPolicyRequest |
setOwnerId(Long ownerId) |
CancelAutoSnapshotPolicyRequest |
setRegionId(String regionId) |
CancelAutoSnapshotPolicyRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
CancelAutoSnapshotPolicyRequest |
setResourceOwnerId(Long resourceOwnerId) |
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
@NameInMap(value="diskIds") public String diskIds
The IDs of the disks for which you want to disable the automatic snapshot policy. To disable the automatic snapshot policy for multiple disks, you can set this parameter to a JSON array that consists of multiple disk IDs, such as \["dxxxxxxxxx", "dyyyyyyyyy", … "dzzzzzzzzz"]. Separate the disk IDs with commas (,).
@NameInMap(value="regionId") public String regionId
The region ID of the automatic snapshot policy and the disks. You can call the [DescribeRegions](~~25609~~) operation to query the most recent region list.
public static CancelAutoSnapshotPolicyRequest build(Map<String,?> map) throws Exception
Exception
public CancelAutoSnapshotPolicyRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public CancelAutoSnapshotPolicyRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public CancelAutoSnapshotPolicyRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public CancelAutoSnapshotPolicyRequest setDiskIds(String diskIds)
public String getDiskIds()
public CancelAutoSnapshotPolicyRequest setRegionId(String regionId)
public String getRegionId()
Copyright © 2023. All rights reserved.