public static class DescribeSnapshotGroupsResponseBody.DescribeSnapshotGroupsResponseBodySnapshotGroupsSnapshotGroup
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
creationTime
The time when the snapshot-consistent group was created.
|
String |
description
The description of the snapshot-consistent group.
|
String |
instanceId
The ID of the instance to which the snapshot-consistent group belongs.
|
String |
name
The name of the snapshot-consistent group.
|
String |
progressStatus
This parameter is not publicly available.
|
String |
resourceGroupId
The ID of the resource group to which the snapshot-consistent group belongs.
|
String |
snapshotGroupId
The ID of the snapshot-consistent group.
|
DescribeSnapshotGroupsResponseBody.DescribeSnapshotGroupsResponseBodySnapshotGroupsSnapshotGroupSnapshots |
snapshots
The information about the snapshots in the snapshot-consistent group.
|
String |
status
The state of the snapshot-consistent group.
|
DescribeSnapshotGroupsResponseBody.DescribeSnapshotGroupsResponseBodySnapshotGroupsSnapshotGroupTags |
tags
The tags of the snapshot-consistent group.
|
构造器和说明 |
---|
DescribeSnapshotGroupsResponseBodySnapshotGroupsSnapshotGroup() |
@NameInMap(value="CreationTime") public String creationTime
The time when the snapshot-consistent group was created.
example:2021-03-23T10:58:48Z
@NameInMap(value="Description") public String description
The description of the snapshot-consistent group.
example:This is description.
@NameInMap(value="InstanceId") public String instanceId
The ID of the instance to which the snapshot-consistent group belongs. This parameter has a value only when all disk snapshots in the snapshot-consistent group belong to the same instance. If disk snapshots in the snapshot-consistent group belong to different instances, you can check the response parameters that start with Snapshots.Snapshot.Tags.
to determine the ID of the instance to which each snapshot in the snapshot-consistent group belongs.
i-j6ca469urv8ei629****
@NameInMap(value="Name") public String name
The name of the snapshot-consistent group.
example:testName
@NameInMap(value="ProgressStatus") public String progressStatus
example:This parameter is not publicly available.
null
@NameInMap(value="ResourceGroupId") public String resourceGroupId
The ID of the resource group to which the snapshot-consistent group belongs.
example:rg-bp67acfmxazb4p****
@NameInMap(value="SnapshotGroupId") public String snapshotGroupId
The ID of the snapshot-consistent group.
example:ssg-j6ciyh3k52qp7ovm****
@NameInMap(value="Snapshots") public DescribeSnapshotGroupsResponseBody.DescribeSnapshotGroupsResponseBodySnapshotGroupsSnapshotGroupSnapshots snapshots
The information about the snapshots in the snapshot-consistent group.
@NameInMap(value="Status") public String status
The state of the snapshot-consistent group. Valid values:
accomplished
@NameInMap(value="Tags") public DescribeSnapshotGroupsResponseBody.DescribeSnapshotGroupsResponseBodySnapshotGroupsSnapshotGroupTags tags
The tags of the snapshot-consistent group.
public DescribeSnapshotGroupsResponseBodySnapshotGroupsSnapshotGroup()
public static DescribeSnapshotGroupsResponseBody.DescribeSnapshotGroupsResponseBodySnapshotGroupsSnapshotGroup build(Map<String,?> map) throws Exception
Exception
public DescribeSnapshotGroupsResponseBody.DescribeSnapshotGroupsResponseBodySnapshotGroupsSnapshotGroup setCreationTime(String creationTime)
public String getCreationTime()
public DescribeSnapshotGroupsResponseBody.DescribeSnapshotGroupsResponseBodySnapshotGroupsSnapshotGroup setDescription(String description)
public String getDescription()
public DescribeSnapshotGroupsResponseBody.DescribeSnapshotGroupsResponseBodySnapshotGroupsSnapshotGroup setInstanceId(String instanceId)
public String getInstanceId()
public DescribeSnapshotGroupsResponseBody.DescribeSnapshotGroupsResponseBodySnapshotGroupsSnapshotGroup setName(String name)
public String getName()
public DescribeSnapshotGroupsResponseBody.DescribeSnapshotGroupsResponseBodySnapshotGroupsSnapshotGroup setProgressStatus(String progressStatus)
public String getProgressStatus()
public DescribeSnapshotGroupsResponseBody.DescribeSnapshotGroupsResponseBodySnapshotGroupsSnapshotGroup setResourceGroupId(String resourceGroupId)
public String getResourceGroupId()
public DescribeSnapshotGroupsResponseBody.DescribeSnapshotGroupsResponseBodySnapshotGroupsSnapshotGroup setSnapshotGroupId(String snapshotGroupId)
public String getSnapshotGroupId()
public DescribeSnapshotGroupsResponseBody.DescribeSnapshotGroupsResponseBodySnapshotGroupsSnapshotGroup setSnapshots(DescribeSnapshotGroupsResponseBody.DescribeSnapshotGroupsResponseBodySnapshotGroupsSnapshotGroupSnapshots snapshots)
public DescribeSnapshotGroupsResponseBody.DescribeSnapshotGroupsResponseBodySnapshotGroupsSnapshotGroupSnapshots getSnapshots()
public DescribeSnapshotGroupsResponseBody.DescribeSnapshotGroupsResponseBodySnapshotGroupsSnapshotGroup setStatus(String status)
public String getStatus()
public DescribeSnapshotGroupsResponseBody.DescribeSnapshotGroupsResponseBodySnapshotGroupsSnapshotGroup setTags(DescribeSnapshotGroupsResponseBody.DescribeSnapshotGroupsResponseBodySnapshotGroupsSnapshotGroupTags tags)
public DescribeSnapshotGroupsResponseBody.DescribeSnapshotGroupsResponseBodySnapshotGroupsSnapshotGroupTags getTags()
Copyright © 2024. All rights reserved.