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.
example:2019-06-01T00:00:00Z
@NameInMap(value="Description") public String description
The description of the storage set.
example:testDescription
@NameInMap(value="RegionId") public String regionId
The ID of the region to which the storage set belongs.
example:cn-hangzhou
@NameInMap(value="StorageSetId") public String storageSetId
The ID of the storage set.
example:ss-bp1d6tsvznfghy7y****
@NameInMap(value="StorageSetName") public String storageSetName
The name of the storage set.
example:testStorageSetName
@NameInMap(value="StorageSetPartitionNumber") public Integer storageSetPartitionNumber
The maximum number of partitions supported by the storage set.
example:3
@NameInMap(value="ZoneId") public String zoneId
The ID of the zone to which the storage set belongs.
example:cn-hangzhou-g
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 © 2024. All rights reserved.