public static class DescribeSnapshotGroupsResponseBody.DescribeSnapshotGroupsResponseBodySnapshotGroupsSnapshotGroupSnapshotsSnapshot
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Boolean |
available
Indicates whether the snapshot can be shared and be used to create or roll back a disk.
|
Boolean |
instantAccess
Indicates whether the instant access feature is enabled.
|
Integer |
instantAccessRetentionDays
The validity period of the instant access feature.
|
String |
progress
The progress of the snapshot creation task.
|
String |
snapshotId
The ID of the snapshot.
|
String |
sourceDiskId
The ID of the source disk.
|
String |
sourceDiskType
The type of the source disk.
|
DescribeSnapshotGroupsResponseBody.DescribeSnapshotGroupsResponseBodySnapshotGroupsSnapshotGroupSnapshotsSnapshotTags |
tags
The tags of the snapshot.
|
@NameInMap(value="Available") public Boolean available
Indicates whether the snapshot can be shared and be used to create or roll back a disk. Valid values:
false
@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, 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.
true
@NameInMap(value="InstantAccessRetentionDays") public Integer instantAccessRetentionDays
The validity period of the instant access feature. When the validity period ends, the instant access snapshot is automatically released.
example:This parameter is no longer used. By default, 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.
3
@NameInMap(value="Progress") public String progress
The progress of the snapshot creation task. Unit: percent (%).
example:100%
@NameInMap(value="SnapshotId") public String snapshotId
The ID of the snapshot.
example:s-j6cbzmrlbf09w72q****
@NameInMap(value="SourceDiskId") public String sourceDiskId
The ID of the source disk. This parameter is retained even after the source disk of the snapshot is released.
example:d-j6c3ogynmvpi6wy7****
@NameInMap(value="SourceDiskType") public String sourceDiskType
The type of the source disk. Valid values:
system
@NameInMap(value="Tags") public DescribeSnapshotGroupsResponseBody.DescribeSnapshotGroupsResponseBodySnapshotGroupsSnapshotGroupSnapshotsSnapshotTags tags
The tags of the snapshot. The default values contain snapshot source information.
public DescribeSnapshotGroupsResponseBodySnapshotGroupsSnapshotGroupSnapshotsSnapshot()
public static DescribeSnapshotGroupsResponseBody.DescribeSnapshotGroupsResponseBodySnapshotGroupsSnapshotGroupSnapshotsSnapshot build(Map<String,?> map) throws Exception
Exception
public DescribeSnapshotGroupsResponseBody.DescribeSnapshotGroupsResponseBodySnapshotGroupsSnapshotGroupSnapshotsSnapshot setAvailable(Boolean available)
public Boolean getAvailable()
public DescribeSnapshotGroupsResponseBody.DescribeSnapshotGroupsResponseBodySnapshotGroupsSnapshotGroupSnapshotsSnapshot setInstantAccess(Boolean instantAccess)
public Boolean getInstantAccess()
public DescribeSnapshotGroupsResponseBody.DescribeSnapshotGroupsResponseBodySnapshotGroupsSnapshotGroupSnapshotsSnapshot setInstantAccessRetentionDays(Integer instantAccessRetentionDays)
public Integer getInstantAccessRetentionDays()
public DescribeSnapshotGroupsResponseBody.DescribeSnapshotGroupsResponseBodySnapshotGroupsSnapshotGroupSnapshotsSnapshot setProgress(String progress)
public String getProgress()
public DescribeSnapshotGroupsResponseBody.DescribeSnapshotGroupsResponseBodySnapshotGroupsSnapshotGroupSnapshotsSnapshot setSnapshotId(String snapshotId)
public String getSnapshotId()
public DescribeSnapshotGroupsResponseBody.DescribeSnapshotGroupsResponseBodySnapshotGroupsSnapshotGroupSnapshotsSnapshot setSourceDiskId(String sourceDiskId)
public String getSourceDiskId()
public DescribeSnapshotGroupsResponseBody.DescribeSnapshotGroupsResponseBodySnapshotGroupsSnapshotGroupSnapshotsSnapshot setSourceDiskType(String sourceDiskType)
public String getSourceDiskType()
public DescribeSnapshotGroupsResponseBody.DescribeSnapshotGroupsResponseBodySnapshotGroupsSnapshotGroupSnapshotsSnapshot setTags(DescribeSnapshotGroupsResponseBody.DescribeSnapshotGroupsResponseBodySnapshotGroupsSnapshotGroupSnapshotsSnapshotTags tags)
Copyright © 2024. All rights reserved.