public static class DescribeDedicatedHostClustersResponseBody.DescribeDedicatedHostClustersResponseBodyDedicatedHostClustersDedicatedHostClusterDedicatedHostClusterCapacityLocalStorageCapacitiesLocalStorageCapacity
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Integer |
availableDisk
The available capacity of the local disk.
|
String |
dataDiskCategory
The category of the data disk.
|
Integer |
totalDisk
The total capacity of the local disk.
|
构造器和说明 |
---|
DescribeDedicatedHostClustersResponseBodyDedicatedHostClustersDedicatedHostClusterDedicatedHostClusterCapacityLocalStorageCapacitiesLocalStorageCapacity() |
@NameInMap(value="AvailableDisk") public Integer availableDisk
The available capacity of the local disk. Unit: GiB.
@NameInMap(value="DataDiskCategory") public String dataDiskCategory
The category of the data disk. Valid values:
- cloud: basic disk
- cloud_efficiency: ultra disk
- cloud_ssd: standard SSD
- ephemeral_ssd: local SSD
- cloud_essd: enhanced SSD (ESSD)
@NameInMap(value="TotalDisk") public Integer totalDisk
The total capacity of the local disk. Unit: GiB.
public DescribeDedicatedHostClustersResponseBodyDedicatedHostClustersDedicatedHostClusterDedicatedHostClusterCapacityLocalStorageCapacitiesLocalStorageCapacity()
public static DescribeDedicatedHostClustersResponseBody.DescribeDedicatedHostClustersResponseBodyDedicatedHostClustersDedicatedHostClusterDedicatedHostClusterCapacityLocalStorageCapacitiesLocalStorageCapacity build(Map<String,?> map) throws Exception
Exception
public DescribeDedicatedHostClustersResponseBody.DescribeDedicatedHostClustersResponseBodyDedicatedHostClustersDedicatedHostClusterDedicatedHostClusterCapacityLocalStorageCapacitiesLocalStorageCapacity setAvailableDisk(Integer availableDisk)
public Integer getAvailableDisk()
public DescribeDedicatedHostClustersResponseBody.DescribeDedicatedHostClustersResponseBodyDedicatedHostClustersDedicatedHostClusterDedicatedHostClusterCapacityLocalStorageCapacitiesLocalStorageCapacity setDataDiskCategory(String dataDiskCategory)
public String getDataDiskCategory()
public DescribeDedicatedHostClustersResponseBody.DescribeDedicatedHostClustersResponseBodyDedicatedHostClustersDedicatedHostClusterDedicatedHostClusterCapacityLocalStorageCapacitiesLocalStorageCapacity setTotalDisk(Integer totalDisk)
public Integer getTotalDisk()
Copyright © 2023. All rights reserved.