public class DescribeStorageSetsRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
clientToken
The client token that is used to ensure the idempotence of the request.
|
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 storage set.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
String |
storageSetIds
The IDs of storage sets.
|
String |
storageSetName
The name of the storage set.
|
String |
zoneId
The zone ID of the storage set.
|
构造器和说明 |
---|
DescribeStorageSetsRequest() |
@NameInMap(value="ClientToken") public String clientToken
The client token that is used to ensure the idempotence of the request. You can use the client to generate the value, but you must make sure that it is unique among different requests. The value of **ClientToken** can contain only ASCII characters and cannot exceed 64 characters in length. For more information, see [How to ensure idempotence](~~25693~~).
@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. Pages 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 storage set. You can call the [DescribeRegions](~~25609~~) operation to query the most recent region list.
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
@NameInMap(value="StorageSetIds") public String storageSetIds
The IDs of storage sets. The value is a JSON array that consists of up to 100 storage set IDs. Separate the IDs with commas (,).
@NameInMap(value="StorageSetName") public String storageSetName
The name of the storage set.
@NameInMap(value="ZoneId") public String zoneId
The zone ID of the storage set. You can call the [DescribeZones](~~25610~~) operation to query the most recent zone list.
public static DescribeStorageSetsRequest build(Map<String,?> map) throws Exception
Exception
public DescribeStorageSetsRequest setClientToken(String clientToken)
public String getClientToken()
public DescribeStorageSetsRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public DescribeStorageSetsRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public DescribeStorageSetsRequest setPageNumber(Integer pageNumber)
public Integer getPageNumber()
public DescribeStorageSetsRequest setPageSize(Integer pageSize)
public Integer getPageSize()
public DescribeStorageSetsRequest setRegionId(String regionId)
public String getRegionId()
public DescribeStorageSetsRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public DescribeStorageSetsRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public DescribeStorageSetsRequest setStorageSetIds(String storageSetIds)
public String getStorageSetIds()
public DescribeStorageSetsRequest setStorageSetName(String storageSetName)
public String getStorageSetName()
public DescribeStorageSetsRequest setZoneId(String zoneId)
public String getZoneId()
Copyright © 2023. All rights reserved.