public class DescribeAutoSnapshotPolicyExRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 类和说明 |
---|---|
static class |
DescribeAutoSnapshotPolicyExRequest.DescribeAutoSnapshotPolicyExRequestTag |
限定符和类型 | 字段和说明 |
---|---|
String |
autoSnapshotPolicyId
The ID of the automatic snapshot policy.
|
String |
autoSnapshotPolicyName
The name of the automatic snapshot policy.
|
String |
ownerAccount |
Long |
ownerId |
Integer |
pageNumber
The number of the page to return.
|
Integer |
pageSize
The number of entries to return on each page.
|
String |
regionId
The region ID of the automatic snapshot policy.
|
String |
resourceGroupId
The ID of the resource group.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
List<DescribeAutoSnapshotPolicyExRequest.DescribeAutoSnapshotPolicyExRequestTag> |
tag
The tags.
|
构造器和说明 |
---|
DescribeAutoSnapshotPolicyExRequest() |
@NameInMap(value="AutoSnapshotPolicyId") public String autoSnapshotPolicyId
The ID of the automatic snapshot policy.
@NameInMap(value="AutoSnapshotPolicyName") public String autoSnapshotPolicyName
The name of the automatic snapshot policy.
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="PageNumber") public Integer pageNumber
The number of the page to return.
Page start from page 1.
Default value: 1.
@NameInMap(value="PageSize") public Integer pageSize
The number of entries to return on each page.
Maximum value: 100.
Default value: 10.
@NameInMap(value="RegionId") public String regionId
The region ID of the automatic snapshot policy. You can call the [DescribeRegions](~~25609~~) operation to query the current list of regions.
@NameInMap(value="ResourceGroupId") public String resourceGroupId
The ID of the resource group. If this parameter is specified to query resources, up to 1,000 resources that belong to the specified resource group can be displayed in the response.
> Resources in the default resource group are displayed in the response regardless of how this parameter is set.
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
@NameInMap(value="Tag") public List<DescribeAutoSnapshotPolicyExRequest.DescribeAutoSnapshotPolicyExRequestTag> tag
The tags.
public static DescribeAutoSnapshotPolicyExRequest build(Map<String,?> map) throws Exception
Exception
public DescribeAutoSnapshotPolicyExRequest setAutoSnapshotPolicyId(String autoSnapshotPolicyId)
public String getAutoSnapshotPolicyId()
public DescribeAutoSnapshotPolicyExRequest setAutoSnapshotPolicyName(String autoSnapshotPolicyName)
public String getAutoSnapshotPolicyName()
public DescribeAutoSnapshotPolicyExRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public DescribeAutoSnapshotPolicyExRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public DescribeAutoSnapshotPolicyExRequest setPageNumber(Integer pageNumber)
public Integer getPageNumber()
public DescribeAutoSnapshotPolicyExRequest setPageSize(Integer pageSize)
public Integer getPageSize()
public DescribeAutoSnapshotPolicyExRequest setRegionId(String regionId)
public String getRegionId()
public DescribeAutoSnapshotPolicyExRequest setResourceGroupId(String resourceGroupId)
public String getResourceGroupId()
public DescribeAutoSnapshotPolicyExRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public DescribeAutoSnapshotPolicyExRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public DescribeAutoSnapshotPolicyExRequest setTag(List<DescribeAutoSnapshotPolicyExRequest.DescribeAutoSnapshotPolicyExRequestTag> tag)
public List<DescribeAutoSnapshotPolicyExRequest.DescribeAutoSnapshotPolicyExRequestTag> getTag()
Copyright © 2023. All rights reserved.