GetInstanceMachineConfig

data class GetInstanceMachineConfig(val cpuCount: Int, val machineType: String)

Constructors

Link copied to clipboard
constructor(cpuCount: Int, machineType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The number of CPU's in the VM instance.

Link copied to clipboard

Machine type of the VM instance. E.g. "n2-highmem-4", "n2-highmem-8", "c4a-highmem-4-lssd". 'cpu_count' must match the number of vCPUs in the machine type.