public class ModifySnapshotGroupRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
description
The new name of the snapshot-consistent group.
|
String |
name
The ID of the snapshot-consistent group.
|
String |
ownerAccount |
Long |
ownerId |
String |
regionId
The operation that you want to perform.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
String |
snapshotGroupId
The region ID of the snapshot-consistent group.
|
构造器和说明 |
---|
ModifySnapshotGroupRequest() |
限定符和类型 | 方法和说明 |
---|---|
static ModifySnapshotGroupRequest |
build(Map<String,?> map) |
String |
getDescription() |
String |
getName() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
String |
getSnapshotGroupId() |
ModifySnapshotGroupRequest |
setDescription(String description) |
ModifySnapshotGroupRequest |
setName(String name) |
ModifySnapshotGroupRequest |
setOwnerAccount(String ownerAccount) |
ModifySnapshotGroupRequest |
setOwnerId(Long ownerId) |
ModifySnapshotGroupRequest |
setRegionId(String regionId) |
ModifySnapshotGroupRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
ModifySnapshotGroupRequest |
setResourceOwnerId(Long resourceOwnerId) |
ModifySnapshotGroupRequest |
setSnapshotGroupId(String snapshotGroupId) |
@NameInMap(value="Description") public String description
The new name of the snapshot-consistent group. The name must be 2 to 128 characters in length. It can contain letters, digits, periods (.), underscores (_), hyphens (-), and colons (:). It must start with a letter or a digit and cannot start with http://
or https://
.
This is new description
@NameInMap(value="Name") public String name
The ID of the snapshot-consistent group. You can call the DescribeSnapshotGroups operation to query the IDs of one or more snapshot-consistent groups.
example:testName02
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="RegionId") public String regionId
The operation that you want to perform. Set the value to ModifySnapshotGroup.
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 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:ssg-j6ciyh3k52qp7ovm****
public static ModifySnapshotGroupRequest build(Map<String,?> map) throws Exception
Exception
public ModifySnapshotGroupRequest setDescription(String description)
public String getDescription()
public ModifySnapshotGroupRequest setName(String name)
public String getName()
public ModifySnapshotGroupRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public ModifySnapshotGroupRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public ModifySnapshotGroupRequest setRegionId(String regionId)
public String getRegionId()
public ModifySnapshotGroupRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public ModifySnapshotGroupRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public ModifySnapshotGroupRequest setSnapshotGroupId(String snapshotGroupId)
public String getSnapshotGroupId()
Copyright © 2024. All rights reserved.