public static class DescribeDedicatedHostClustersResponseBody.DescribeDedicatedHostClustersResponseBodyDedicatedHostClustersDedicatedHostClusterDedicatedHostClusterCapacity
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
DescribeDedicatedHostClustersResponseBody.DescribeDedicatedHostClustersResponseBodyDedicatedHostClustersDedicatedHostClusterDedicatedHostClusterCapacityAvailableInstanceTypes |
availableInstanceTypes
The available capacity of the Elastic Compute Service (ECS) instance types in the dedicated host cluster.
|
Integer |
availableMemory
The size of available memory.
|
Integer |
availableVcpus
The number of available vCPUs.
|
DescribeDedicatedHostClustersResponseBody.DescribeDedicatedHostClustersResponseBodyDedicatedHostClustersDedicatedHostClusterDedicatedHostClusterCapacityLocalStorageCapacities |
localStorageCapacities
The local storage capacity.
|
Integer |
totalMemory
The total memory size.
|
Integer |
totalVcpus
The total number of vCPUs.
|
构造器和说明 |
---|
DescribeDedicatedHostClustersResponseBodyDedicatedHostClustersDedicatedHostClusterDedicatedHostClusterCapacity() |
@NameInMap(value="AvailableInstanceTypes") public DescribeDedicatedHostClustersResponseBody.DescribeDedicatedHostClustersResponseBodyDedicatedHostClustersDedicatedHostClusterDedicatedHostClusterCapacityAvailableInstanceTypes availableInstanceTypes
The available capacity of the Elastic Compute Service (ECS) instance types in the dedicated host cluster.
@NameInMap(value="AvailableMemory") public Integer availableMemory
The size of available memory. Unit: GiB
example:4
@NameInMap(value="AvailableVcpus") public Integer availableVcpus
The number of available vCPUs.
example:2
@NameInMap(value="LocalStorageCapacities") public DescribeDedicatedHostClustersResponseBody.DescribeDedicatedHostClustersResponseBodyDedicatedHostClustersDedicatedHostClusterDedicatedHostClusterCapacityLocalStorageCapacities localStorageCapacities
The local storage capacity.
@NameInMap(value="TotalMemory") public Integer totalMemory
The total memory size. Unit: GiB
example:8
@NameInMap(value="TotalVcpus") public Integer totalVcpus
The total number of vCPUs.
example:4
public DescribeDedicatedHostClustersResponseBodyDedicatedHostClustersDedicatedHostClusterDedicatedHostClusterCapacity()
public static DescribeDedicatedHostClustersResponseBody.DescribeDedicatedHostClustersResponseBodyDedicatedHostClustersDedicatedHostClusterDedicatedHostClusterCapacity build(Map<String,?> map) throws Exception
Exception
public DescribeDedicatedHostClustersResponseBody.DescribeDedicatedHostClustersResponseBodyDedicatedHostClustersDedicatedHostClusterDedicatedHostClusterCapacity setAvailableInstanceTypes(DescribeDedicatedHostClustersResponseBody.DescribeDedicatedHostClustersResponseBodyDedicatedHostClustersDedicatedHostClusterDedicatedHostClusterCapacityAvailableInstanceTypes availableInstanceTypes)
public DescribeDedicatedHostClustersResponseBody.DescribeDedicatedHostClustersResponseBodyDedicatedHostClustersDedicatedHostClusterDedicatedHostClusterCapacityAvailableInstanceTypes getAvailableInstanceTypes()
public DescribeDedicatedHostClustersResponseBody.DescribeDedicatedHostClustersResponseBodyDedicatedHostClustersDedicatedHostClusterDedicatedHostClusterCapacity setAvailableMemory(Integer availableMemory)
public Integer getAvailableMemory()
public DescribeDedicatedHostClustersResponseBody.DescribeDedicatedHostClustersResponseBodyDedicatedHostClustersDedicatedHostClusterDedicatedHostClusterCapacity setAvailableVcpus(Integer availableVcpus)
public Integer getAvailableVcpus()
public DescribeDedicatedHostClustersResponseBody.DescribeDedicatedHostClustersResponseBodyDedicatedHostClustersDedicatedHostClusterDedicatedHostClusterCapacity setLocalStorageCapacities(DescribeDedicatedHostClustersResponseBody.DescribeDedicatedHostClustersResponseBodyDedicatedHostClustersDedicatedHostClusterDedicatedHostClusterCapacityLocalStorageCapacities localStorageCapacities)
public DescribeDedicatedHostClustersResponseBody.DescribeDedicatedHostClustersResponseBodyDedicatedHostClustersDedicatedHostClusterDedicatedHostClusterCapacityLocalStorageCapacities getLocalStorageCapacities()
public DescribeDedicatedHostClustersResponseBody.DescribeDedicatedHostClustersResponseBodyDedicatedHostClustersDedicatedHostClusterDedicatedHostClusterCapacity setTotalMemory(Integer totalMemory)
public Integer getTotalMemory()
public DescribeDedicatedHostClustersResponseBody.DescribeDedicatedHostClustersResponseBodyDedicatedHostClustersDedicatedHostClusterDedicatedHostClusterCapacity setTotalVcpus(Integer totalVcpus)
public Integer getTotalVcpus()
Copyright © 2024. All rights reserved.