public class DescribeSnapshotGroupsRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 类和说明 |
---|---|
static class |
DescribeSnapshotGroupsRequest.DescribeSnapshotGroupsRequestTag |
限定符和类型 | 字段和说明 |
---|---|
List<String> |
additionalAttributes
This parameter is not publicly available.
|
String |
instanceId
The ID of the instance.
|
Integer |
maxResults
The number of entries per page.
|
String |
name
The name of the snapshot-consistent group.
|
String |
nextToken
The token that determines the start point of the next query.
|
String |
ownerAccount |
Long |
ownerId |
String |
regionId
The region ID of the snapshot-consistent group.
|
String |
resourceGroupId
The ID of the resource group to which the snapshot-consistent group belongs.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
List<String> |
snapshotGroupId
The ID of snapshot-consistent group N.
|
List<String> |
status
The state of snapshot-consistent group N.
|
List<DescribeSnapshotGroupsRequest.DescribeSnapshotGroupsRequestTag> |
tag
The tags of the snapshot-consistent group.
|
构造器和说明 |
---|
DescribeSnapshotGroupsRequest() |
@NameInMap(value="AdditionalAttributes") public List<String> additionalAttributes
This parameter is not publicly available.
example:hide
@NameInMap(value="InstanceId") public String instanceId
The ID of the instance.
example:i-j6ca469urv8ei629****
@NameInMap(value="MaxResults") public Integer maxResults
The number of entries per page.
Valid values: 1 to 100.
Default value: 10.
example:10
@NameInMap(value="Name") public String name
The name of the snapshot-consistent group.
example:testName
@NameInMap(value="NextToken") public String nextToken
The token that determines the start point of the next query. Set the value to the NextToken value that is returned from the last call.
example:caeba0bbb2be03f84eb48b699f0a4883
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="RegionId") public String regionId
The region ID of the snapshot-consistent group. You can call the DescribeRegions operation to query the most recent region list.
This parameter is required.
example:cn-hangzhou
@NameInMap(value="ResourceGroupId") public String resourceGroupId
The ID of the resource group to which the snapshot-consistent group belongs.
example:rg-bp67acfmxazb4p****
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
@NameInMap(value="SnapshotGroupId") public List<String> snapshotGroupId
The ID of snapshot-consistent group N. Valid values of N: 1 to 10.
example:ssg-j6ciyh3k52qp7ovm****
@NameInMap(value="Status") public List<String> status
The state of snapshot-consistent group N. Valid values of the second N: 1, 2, and 3. Valid values:
accomplished
@NameInMap(value="Tag") public List<DescribeSnapshotGroupsRequest.DescribeSnapshotGroupsRequestTag> tag
The tags of the snapshot-consistent group.
public static DescribeSnapshotGroupsRequest build(Map<String,?> map) throws Exception
Exception
public DescribeSnapshotGroupsRequest setAdditionalAttributes(List<String> additionalAttributes)
public DescribeSnapshotGroupsRequest setInstanceId(String instanceId)
public String getInstanceId()
public DescribeSnapshotGroupsRequest setMaxResults(Integer maxResults)
public Integer getMaxResults()
public DescribeSnapshotGroupsRequest setName(String name)
public String getName()
public DescribeSnapshotGroupsRequest setNextToken(String nextToken)
public String getNextToken()
public DescribeSnapshotGroupsRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public DescribeSnapshotGroupsRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public DescribeSnapshotGroupsRequest setRegionId(String regionId)
public String getRegionId()
public DescribeSnapshotGroupsRequest setResourceGroupId(String resourceGroupId)
public String getResourceGroupId()
public DescribeSnapshotGroupsRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public DescribeSnapshotGroupsRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public DescribeSnapshotGroupsRequest setSnapshotGroupId(List<String> snapshotGroupId)
public DescribeSnapshotGroupsRequest setStatus(List<String> status)
public DescribeSnapshotGroupsRequest setTag(List<DescribeSnapshotGroupsRequest.DescribeSnapshotGroupsRequestTag> tag)
public List<DescribeSnapshotGroupsRequest.DescribeSnapshotGroupsRequestTag> getTag()
Copyright © 2024. All rights reserved.