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
example:
hide
|
Long |
ownerId
example:
111
|
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
example:
hide
|
Long |
resourceOwnerId
example:
111
|
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.
example:123e4567-e89b-12d3-a456-426655440000
@NameInMap(value="OwnerAccount") public String ownerAccount
hide
@NameInMap(value="OwnerId") public Long ownerId
111
@NameInMap(value="PageNumber") public Integer pageNumber
The number of the page to return. Pages start from page 1.
Default value: 1.
example:1
@NameInMap(value="PageSize") public Integer pageSize
The number of entries to return on each page. Maximum value: 100.
Default value: 10.
example:1
@NameInMap(value="RegionId") public String regionId
The region ID of the storage set. You can call the DescribeRegions operation to query the most recent region list.
This parameter is required.
example:cn-hangzhou
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
hide
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
111
@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 (,).
example:["ss-bp1d6tsvznfghy7y****", "ss-bp1ippxbaql9zet7****", … "ss-bp1ib7bcz07l****"]
@NameInMap(value="StorageSetName") public String storageSetName
The name of the storage set.
example:storageSetTest
@NameInMap(value="ZoneId") public String zoneId
The zone ID of the storage set. You can call the DescribeZones operation to query the most recent zone list.
example:cn-hangzhou-g
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 © 2024. All rights reserved.