public class DescribeStorageSetDetailsRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
clientToken
The client token that is used to ensure the idempotence of the request.
|
String |
diskIds
The IDs of disks or Shared Block Storage devices.
|
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 |
storageSetId
The ID of the storage set.
|
Integer |
storageSetPartitionNumber
The maximum number of partitions in the storage set.
|
构造器和说明 |
---|
DescribeStorageSetDetailsRequest() |
@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="DiskIds") public String diskIds
The IDs of disks or Shared Block Storage devices. The value can be a JSON array that consists of up to 100 disk or Shared Block Storage device IDs. Separate the IDs with commas (,).
@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="StorageSetId") public String storageSetId
The ID of the storage set.
@NameInMap(value="StorageSetPartitionNumber") public Integer storageSetPartitionNumber
The maximum number of partitions in the storage set.
public static DescribeStorageSetDetailsRequest build(Map<String,?> map) throws Exception
Exception
public DescribeStorageSetDetailsRequest setClientToken(String clientToken)
public String getClientToken()
public DescribeStorageSetDetailsRequest setDiskIds(String diskIds)
public String getDiskIds()
public DescribeStorageSetDetailsRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public DescribeStorageSetDetailsRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public DescribeStorageSetDetailsRequest setPageNumber(Integer pageNumber)
public Integer getPageNumber()
public DescribeStorageSetDetailsRequest setPageSize(Integer pageSize)
public Integer getPageSize()
public DescribeStorageSetDetailsRequest setRegionId(String regionId)
public String getRegionId()
public DescribeStorageSetDetailsRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public DescribeStorageSetDetailsRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public DescribeStorageSetDetailsRequest setStorageSetId(String storageSetId)
public String getStorageSetId()
public DescribeStorageSetDetailsRequest setStorageSetPartitionNumber(Integer storageSetPartitionNumber)
public Integer getStorageSetPartitionNumber()
Copyright © 2023. All rights reserved.