public class DeleteAutoSnapshotPolicyRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
autoSnapshotPolicyId
The ID of the automatic snapshot policy.
|
Long |
ownerId
example:
155780923770
|
String |
regionId
The region ID of the automatic snapshot policy.
|
String |
resourceOwnerAccount
example:
ECSforCloud
|
Long |
resourceOwnerId
example:
155780923770
|
构造器和说明 |
---|
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
155780923770
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
ECSforCloud
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
155780923770
@NameInMap(value="autoSnapshotPolicyId") public String autoSnapshotPolicyId
The ID of the automatic snapshot policy. You can call the DescribeAutoSnapshotPolicyEx operation to query the available automatic snapshot policies.
This parameter is required.
example:sp-bp14yziiuvu3s6jn****
@NameInMap(value="regionId") public String regionId
The region ID of the automatic snapshot policy. You can call the DescribeRegions operation to query the most recent region list.
This parameter is required.
example:cn-hangzhou
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 © 2024. All rights reserved.