VirtualMachineManagerVirtualMachineInstanceHardware

data class VirtualMachineManagerVirtualMachineInstanceHardware(val cpuCount: Int? = null, val dynamicMemoryMaxInMb: Int? = null, val dynamicMemoryMinInMb: Int? = null, val limitCpuForMigrationEnabled: Boolean? = null, val memoryInMb: Int? = null)

Constructors

constructor(cpuCount: Int? = null, dynamicMemoryMaxInMb: Int? = null, dynamicMemoryMinInMb: Int? = null, limitCpuForMigrationEnabled: Boolean? = null, memoryInMb: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val cpuCount: Int? = null

The number of vCPUs for the Virtual Machine. Possible values are between 1 and 64.

Link copied to clipboard

The max dynamic memory for the Virtual Machine. Possible values are between 32 and 1048576.

Link copied to clipboard

The min dynamic memory for the Virtual Machine. Possible values are between 32 and 1048576.

Link copied to clipboard

Whether processor compatibility mode for live migration of Virtual Machines is enabled.

Link copied to clipboard
val memoryInMb: Int? = null

The size of a Virtual Machine's memory. Possible values are between 32 and 1048576.