InstanceHardware

data class InstanceHardware(val cpuCount: Int? = null, val disks: List<InstanceDisk>? = null, val ramSizeInGb: Int? = null)

Hardware of the Instance.

Constructors

Link copied to clipboard
constructor(cpuCount: Int? = null, disks: List<InstanceDisk>? = null, ramSizeInGb: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val cpuCount: Int? = null

CPU count of the Instance.

Link copied to clipboard
val disks: List<InstanceDisk>? = null

Disks attached to the Instance.

Link copied to clipboard
val ramSizeInGb: Int? = null

RAM Size of the Instance.