InstanceSystemDisk

data class InstanceSystemDisk(val category: String? = null, val size: Int? = null)

Constructors

Link copied to clipboard
constructor(category: String? = null, size: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val category: String? = null

System disk type. Value

Link copied to clipboard
val size: Int? = null

System disk size, unit: GB.