NodeTemplateDisk

data class NodeTemplateDisk(val diskCount: Int? = null, val diskSizeGb: Int? = null, val diskType: String? = null)

Constructors

Link copied to clipboard
constructor(diskCount: Int? = null, diskSizeGb: Int? = null, diskType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val diskCount: Int? = null

Specifies the number of such disks.

Link copied to clipboard
val diskSizeGb: Int? = null

Specifies the size of the disk in base-2 GB.

Link copied to clipboard
val diskType: String? = null

Specifies the desired disk type on the node. This disk type must be a local storage type (e.g.: local-ssd). Note that for nodeTemplates, this should be the name of the disk type and not its URL.