public static class ResetDisksRequest.ResetDisksRequestDisk
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
diskId
The IDs of the disks that you want to roll back.
|
String |
snapshotId
The IDs of the disk snapshots that are contained in the instance snapshot.
|
构造器和说明 |
---|
ResetDisksRequestDisk() |
限定符和类型 | 方法和说明 |
---|---|
static ResetDisksRequest.ResetDisksRequestDisk |
build(Map<String,?> map) |
String |
getDiskId() |
String |
getSnapshotId() |
ResetDisksRequest.ResetDisksRequestDisk |
setDiskId(String diskId) |
ResetDisksRequest.ResetDisksRequestDisk |
setSnapshotId(String snapshotId) |
@NameInMap(value="DiskId") public String diskId
The IDs of the disks that you want to roll back. You can specify up to 10 disk IDs.
@NameInMap(value="SnapshotId") public String snapshotId
The IDs of the disk snapshots that are contained in the instance snapshot. You can specify up to 10 disk snapshot IDs.
public static ResetDisksRequest.ResetDisksRequestDisk build(Map<String,?> map) throws Exception
Exception
public ResetDisksRequest.ResetDisksRequestDisk setDiskId(String diskId)
public String getDiskId()
public ResetDisksRequest.ResetDisksRequestDisk setSnapshotId(String snapshotId)
public String getSnapshotId()
Copyright © 2023. All rights reserved.