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 is enabled.
|
String |
regionId
The region ID of the source disk.
|
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 capacity 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.
example:standard
@NameInMap(value="InstanceId") public String instanceId
The ID of the instance.
example:i-bp1h6jmbefj2cyqs****
@NameInMap(value="InstanceName") public String instanceName
The name of the instance.
example:testInstanceName
@NameInMap(value="InstantAccess") public Boolean instantAccess
Indicates whether the instant access feature is enabled. Valid values:
example:This parameter is no longer used. By default, new standard snapshots of ESSDs are upgraded to instant access snapshots free of charge without the need for additional configurations. For more information, see Use the instant access feature.
false
@NameInMap(value="RegionId") public String regionId
The region ID of the source disk.
example:cn-hangzhou
@NameInMap(value="SnapshotLinkId") public String snapshotLinkId
The ID of the snapshot chain.
example:sl-2ze0y1jwzpb1geqx****
@NameInMap(value="SourceDiskId") public String sourceDiskId
The ID of the source disk. This parameter is retained even if the source disk is deleted.
example:d-bp1d6tsvznfghy7y****
@NameInMap(value="SourceDiskName") public String sourceDiskName
The name of the source disk.
example:testSourceDiskName
@NameInMap(value="SourceDiskSize") public Integer sourceDiskSize
The capacity of the source disk. Unit: GiB.
example:40
@NameInMap(value="SourceDiskType") public String sourceDiskType
The type of the source disk. Valid values:
data
@NameInMap(value="TotalCount") public Integer totalCount
The total number of snapshots.
example:1
@NameInMap(value="TotalSize") public Long totalSize
The total size of all snapshots in the snapshot chain. Unit: byte.
example:2097152
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 © 2024. All rights reserved.