public static class DescribeStorageSetsResponseBody.DescribeStorageSetsResponseBodyStorageSetsStorageSet
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
creationTime
The time when the storage set was created.
|
String |
description
The description of the storage set.
|
String |
regionId
The ID of the region to which the storage set belongs.
|
String |
storageSetId
The ID of the storage set.
|
String |
storageSetName
The name of the storage set.
|
Integer |
storageSetPartitionNumber
The maximum number of partitions supported by the storage set.
|
String |
zoneId
The ID of the zone to which the storage set belongs.
|
构造器和说明 |
---|
DescribeStorageSetsResponseBodyStorageSetsStorageSet() |
@NameInMap(value="CreationTime") public String creationTime
The time when the storage set was created.
@NameInMap(value="Description") public String description
The description of the storage set.
@NameInMap(value="RegionId") public String regionId
The ID of the region to which the storage set belongs.
@NameInMap(value="StorageSetId") public String storageSetId
The ID of the storage set.
@NameInMap(value="StorageSetName") public String storageSetName
The name of the storage set.
@NameInMap(value="StorageSetPartitionNumber") public Integer storageSetPartitionNumber
The maximum number of partitions supported by the storage set.
@NameInMap(value="ZoneId") public String zoneId
The ID of the zone to which the storage set belongs.
public DescribeStorageSetsResponseBodyStorageSetsStorageSet()
public static DescribeStorageSetsResponseBody.DescribeStorageSetsResponseBodyStorageSetsStorageSet build(Map<String,?> map) throws Exception
Exception
public DescribeStorageSetsResponseBody.DescribeStorageSetsResponseBodyStorageSetsStorageSet setCreationTime(String creationTime)
public String getCreationTime()
public DescribeStorageSetsResponseBody.DescribeStorageSetsResponseBodyStorageSetsStorageSet setDescription(String description)
public String getDescription()
public DescribeStorageSetsResponseBody.DescribeStorageSetsResponseBodyStorageSetsStorageSet setRegionId(String regionId)
public String getRegionId()
public DescribeStorageSetsResponseBody.DescribeStorageSetsResponseBodyStorageSetsStorageSet setStorageSetId(String storageSetId)
public String getStorageSetId()
public DescribeStorageSetsResponseBody.DescribeStorageSetsResponseBodyStorageSetsStorageSet setStorageSetName(String storageSetName)
public String getStorageSetName()
public DescribeStorageSetsResponseBody.DescribeStorageSetsResponseBodyStorageSetsStorageSet setStorageSetPartitionNumber(Integer storageSetPartitionNumber)
public Integer getStorageSetPartitionNumber()
public DescribeStorageSetsResponseBody.DescribeStorageSetsResponseBodyStorageSetsStorageSet setZoneId(String zoneId)
public String getZoneId()
Copyright © 2023. All rights reserved.