CustomSystemDisk

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val category: String? = null

The cloud disk type of the system disk. Currently, only cloud_essd(ESSD cloud disk) is supported.

Link copied to clipboard
val size: String? = null

System disk size, unit: GiB. Only ESSD PL1 is supported. Valid values range from 20 to 2048.