public class DeleteSnapshotGroupRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
ownerAccount |
Long |
ownerId |
String |
regionId
The region ID of the snapshot-consistent group.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
String |
snapshotGroupId
The ID of the snapshot-consistent group.
|
构造器和说明 |
---|
DeleteSnapshotGroupRequest() |
限定符和类型 | 方法和说明 |
---|---|
static DeleteSnapshotGroupRequest |
build(Map<String,?> map) |
String |
getOwnerAccount() |
Long |
getOwnerId() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
String |
getSnapshotGroupId() |
DeleteSnapshotGroupRequest |
setOwnerAccount(String ownerAccount) |
DeleteSnapshotGroupRequest |
setOwnerId(Long ownerId) |
DeleteSnapshotGroupRequest |
setRegionId(String regionId) |
DeleteSnapshotGroupRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
DeleteSnapshotGroupRequest |
setResourceOwnerId(Long resourceOwnerId) |
DeleteSnapshotGroupRequest |
setSnapshotGroupId(String snapshotGroupId) |
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="RegionId") public String regionId
The region ID of the snapshot-consistent group. You can call the DescribeRegions operation to query the most recent region list.
This parameter is required.
example:cn-hangzhou
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
@NameInMap(value="SnapshotGroupId") public String snapshotGroupId
The ID of the snapshot-consistent group. You can call the DescribeSnapshotGroups operation to query the IDs of one or more snapshot-consistent groups.
This parameter is required.
example:ssg-j6c9lpuyxo2uxxny****
public static DeleteSnapshotGroupRequest build(Map<String,?> map) throws Exception
Exception
public DeleteSnapshotGroupRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public DeleteSnapshotGroupRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public DeleteSnapshotGroupRequest setRegionId(String regionId)
public String getRegionId()
public DeleteSnapshotGroupRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public DeleteSnapshotGroupRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public DeleteSnapshotGroupRequest setSnapshotGroupId(String snapshotGroupId)
public String getSnapshotGroupId()
Copyright © 2024. All rights reserved.