Virtual Machine Manager Virtual Machine Instance Hardware Args
data class VirtualMachineManagerVirtualMachineInstanceHardwareArgs(val cpuCount: Output<Int>? = null, val dynamicMemoryMaxInMb: Output<Int>? = null, val dynamicMemoryMinInMb: Output<Int>? = null, val limitCpuForMigrationEnabled: Output<Boolean>? = null, val memoryInMb: Output<Int>? = null) : ConvertibleToJava<VirtualMachineManagerVirtualMachineInstanceHardwareArgs>
Constructors
Properties
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
The size of a Virtual Machine's memory. Possible values are between 32 and 1048576.