HardwareProfileArgs

data class HardwareProfileArgs(val memorySizeMB: Output<Int>? = null, val numCPUs: Output<Int>? = null, val numCoresPerSocket: Output<Int>? = null) : ConvertibleToJava<HardwareProfileArgs>

Specifies the hardware settings for the virtual machine.

Constructors

Link copied to clipboard
constructor(memorySizeMB: Output<Int>? = null, numCPUs: Output<Int>? = null, numCoresPerSocket: Output<Int>? = null)

Properties

Link copied to clipboard
val memorySizeMB: Output<Int>? = null

Gets or sets memory size in MBs for the vm.

Link copied to clipboard
val numCoresPerSocket: Output<Int>? = null

Gets or sets the number of cores per socket for the vm. Defaults to 1 if unspecified.

Link copied to clipboard
val numCPUs: Output<Int>? = null

Gets or sets the number of vCPUs for the vm.

Functions

Link copied to clipboard
open override fun toJava(): HardwareProfileArgs