public static class DescribeSnapshotLinksResponseBody.DescribeSnapshotLinksResponseBodySnapshotLinksSnapshotLink
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
category
The category of the snapshot.
|
String |
instanceId
The ID of the instance.
|
String |
instanceName
The name of the instance.
|
Boolean |
instantAccess
Indicates whether the instant access feature was enabled.
|
String |
regionId
The ID of the region where the source disk of the snapshot chain is located.
|
String |
snapshotLinkId
The ID of the snapshot chain.
|
String |
sourceDiskId
The ID of the source disk.
|
String |
sourceDiskName
The name of the source disk.
|
Integer |
sourceDiskSize
The size of the source disk.
|
String |
sourceDiskType
The type of the source disk.
|
Integer |
totalCount
The total number of snapshots.
|
Long |
totalSize
The total size of all snapshots in the snapshot chain.
|
构造器和说明 |
---|
DescribeSnapshotLinksResponseBodySnapshotLinksSnapshotLink() |
@NameInMap(value="Category") public String category
The category of the snapshot.
> This parameter will be removed in the future. We recommend that you use the `InstantAccess` parameter to ensure future compatibility.
@NameInMap(value="InstanceId") public String instanceId
The ID of the instance.
@NameInMap(value="InstanceName") public String instanceName
The name of the instance.
@NameInMap(value="InstantAccess") public Boolean instantAccess
Indicates whether the instant access feature was enabled. Valid values:
* true: The instant access feature was enabled. This feature can be enabled only for enhanced SSDs (ESSDs).
* false: The instant access feature was disabled. The snapshot is a normal snapshot for which the instant access feature was disabled.
@NameInMap(value="RegionId") public String regionId
The ID of the region where the source disk of the snapshot chain is located.
@NameInMap(value="SnapshotLinkId") public String snapshotLinkId
The ID of the snapshot chain.
@NameInMap(value="SourceDiskId") public String sourceDiskId
The ID of the source disk. This parameter is retained even if the source disk is deleted.
@NameInMap(value="SourceDiskName") public String sourceDiskName
The name of the source disk.
@NameInMap(value="SourceDiskSize") public Integer sourceDiskSize
The size of the source disk. Unit: GiB.
@NameInMap(value="SourceDiskType") public String sourceDiskType
The type of the source disk. Valid values:
* system: system disk
* data: data disk
@NameInMap(value="TotalCount") public Integer totalCount
The total number of snapshots.
@NameInMap(value="TotalSize") public Long totalSize
The total size of all snapshots in the snapshot chain. Unit: bytes.
public DescribeSnapshotLinksResponseBodySnapshotLinksSnapshotLink()
public static DescribeSnapshotLinksResponseBody.DescribeSnapshotLinksResponseBodySnapshotLinksSnapshotLink build(Map<String,?> map) throws Exception
Exception
public DescribeSnapshotLinksResponseBody.DescribeSnapshotLinksResponseBodySnapshotLinksSnapshotLink setCategory(String category)
public String getCategory()
public DescribeSnapshotLinksResponseBody.DescribeSnapshotLinksResponseBodySnapshotLinksSnapshotLink setInstanceId(String instanceId)
public String getInstanceId()
public DescribeSnapshotLinksResponseBody.DescribeSnapshotLinksResponseBodySnapshotLinksSnapshotLink setInstanceName(String instanceName)
public String getInstanceName()
public DescribeSnapshotLinksResponseBody.DescribeSnapshotLinksResponseBodySnapshotLinksSnapshotLink setInstantAccess(Boolean instantAccess)
public Boolean getInstantAccess()
public DescribeSnapshotLinksResponseBody.DescribeSnapshotLinksResponseBodySnapshotLinksSnapshotLink setRegionId(String regionId)
public String getRegionId()
public DescribeSnapshotLinksResponseBody.DescribeSnapshotLinksResponseBodySnapshotLinksSnapshotLink setSnapshotLinkId(String snapshotLinkId)
public String getSnapshotLinkId()
public DescribeSnapshotLinksResponseBody.DescribeSnapshotLinksResponseBodySnapshotLinksSnapshotLink setSourceDiskId(String sourceDiskId)
public String getSourceDiskId()
public DescribeSnapshotLinksResponseBody.DescribeSnapshotLinksResponseBodySnapshotLinksSnapshotLink setSourceDiskName(String sourceDiskName)
public String getSourceDiskName()
public DescribeSnapshotLinksResponseBody.DescribeSnapshotLinksResponseBodySnapshotLinksSnapshotLink setSourceDiskSize(Integer sourceDiskSize)
public Integer getSourceDiskSize()
public DescribeSnapshotLinksResponseBody.DescribeSnapshotLinksResponseBodySnapshotLinksSnapshotLink setSourceDiskType(String sourceDiskType)
public String getSourceDiskType()
public DescribeSnapshotLinksResponseBody.DescribeSnapshotLinksResponseBodySnapshotLinksSnapshotLink setTotalCount(Integer totalCount)
public Integer getTotalCount()
public DescribeSnapshotLinksResponseBody.DescribeSnapshotLinksResponseBodySnapshotLinksSnapshotLink setTotalSize(Long totalSize)
public Long getTotalSize()
Copyright © 2023. All rights reserved.