GetEcsDedicatedHostClustersClusterDedicatedHostClusterCapacity

data class GetEcsDedicatedHostClustersClusterDedicatedHostClusterCapacity(val availableMemory: Int, val availableVcpus: Int, val localStorageCapacities: List<GetEcsDedicatedHostClustersClusterDedicatedHostClusterCapacityLocalStorageCapacity>, val totalMemory: Int, val totalVcpus: Int)

Constructors

constructor(availableMemory: Int, availableVcpus: Int, localStorageCapacities: List<GetEcsDedicatedHostClustersClusterDedicatedHostClusterCapacityLocalStorageCapacity>, totalMemory: Int, totalVcpus: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The available memory size. Unit: GiB.

Link copied to clipboard

The number of available vCPUs.

Link copied to clipboard

The total memory size. Unit: GiB.

Link copied to clipboard

The total number of vCPUs.