public class DeleteAutoSnapshotPolicyRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
autoSnapshotPolicyId
The ID of the automatic snapshot policy.
|
Long |
ownerId |
String |
regionId
The region ID of the automatic snapshot policy.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
构造器和说明 |
---|
DeleteAutoSnapshotPolicyRequest() |
限定符和类型 | 方法和说明 |
---|---|
static DeleteAutoSnapshotPolicyRequest |
build(Map<String,?> map) |
String |
getAutoSnapshotPolicyId() |
Long |
getOwnerId() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
DeleteAutoSnapshotPolicyRequest |
setAutoSnapshotPolicyId(String autoSnapshotPolicyId) |
DeleteAutoSnapshotPolicyRequest |
setOwnerId(Long ownerId) |
DeleteAutoSnapshotPolicyRequest |
setRegionId(String regionId) |
DeleteAutoSnapshotPolicyRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
DeleteAutoSnapshotPolicyRequest |
setResourceOwnerId(Long resourceOwnerId) |
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
@NameInMap(value="autoSnapshotPolicyId") public String autoSnapshotPolicyId
The ID of the automatic snapshot policy. You can call the [DescribeAutoSnapshotPolicyEx](~~25530~~) operation to query the available automatic snapshot policies.
@NameInMap(value="regionId") public String regionId
The region ID of the automatic snapshot policy. You can call the [DescribeRegions](~~25609~~) operation to query the most recent region list.
public static DeleteAutoSnapshotPolicyRequest build(Map<String,?> map) throws Exception
Exception
public DeleteAutoSnapshotPolicyRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public DeleteAutoSnapshotPolicyRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public DeleteAutoSnapshotPolicyRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public DeleteAutoSnapshotPolicyRequest setAutoSnapshotPolicyId(String autoSnapshotPolicyId)
public String getAutoSnapshotPolicyId()
public DeleteAutoSnapshotPolicyRequest setRegionId(String regionId)
public String getRegionId()
Copyright © 2023. All rights reserved.