public static class DescribeDedicatedHostClustersResponseBody.DescribeDedicatedHostClustersResponseBodyDedicatedHostClustersDedicatedHostClusterDedicatedHostClusterCapacityLocalStorageCapacitiesLocalStorageCapacity
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Integer |
availableDisk
The available capacity of the local disk.
|
String |
dataDiskCategory
The category of data disks.
|
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
example:20
@NameInMap(value="DataDiskCategory") public String dataDiskCategory
The category of data disks. Valid values:
cloud
@NameInMap(value="TotalDisk") public Integer totalDisk
The total capacity of the local disk. Unit: GiB
example:40
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 © 2024. All rights reserved.