public static class ResetDisksRequest.ResetDisksRequestDisk
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
diskId
The ID of the disk that you want to roll back.
|
String |
snapshotId
The ID of the disk snapshot that is 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 ID of the disk that you want to roll back. You can specify up to 10 disk IDs.
example:d-j6cf7l0ewidb78lq****
@NameInMap(value="SnapshotId") public String snapshotId
The ID of the disk snapshot that is contained in the instance snapshot. You can specify up to 10 disk snapshot IDs.
example:s-j6cdofbycydvg7ey****
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 © 2024. All rights reserved.