HardwareResponse

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

Definition of Hardware

Constructors

Link copied to clipboard
constructor(cpuCount: Int? = null, disks: List<DiskResponse>? = 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<DiskResponse>? = null

Disks attached to the Instance.

Link copied to clipboard
val ramSizeInGb: Int? = null

RAM Size of the Instance.