GetDedicatedHostsHostCapacity

data class GetDedicatedHostsHostCapacity(val availableLocalStorage: Int, val availableMemory: Double, val availableVcpus: Int, val availableVgpus: Int, val localStorageCategory: String, val totalLocalStorage: Int, val totalMemory: Double, val totalVcpus: Int, val totalVgpus: Int)

Constructors

Link copied to clipboard
constructor(availableLocalStorage: Int, availableMemory: Double, availableVcpus: Int, availableVgpus: Int, localStorageCategory: String, totalLocalStorage: Int, totalMemory: Double, totalVcpus: Int, totalVgpus: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The remaining local disk capacity. Unit: GiB.

Link copied to clipboard

The remaining memory capacity, unit: GiB.

Link copied to clipboard

The number of remaining vCPU cores.

Link copied to clipboard

The number of available virtual GPUs.

Link copied to clipboard

Local disk type.

Link copied to clipboard

The total capacity of the local disk, in GiB.

Link copied to clipboard

The total memory capacity, unit: GiB.

Link copied to clipboard

The total number of vCPU cores.

Link copied to clipboard

The total number of virtual GPUs.