LocalDiskResponse

data class LocalDiskResponse(val diskCount: Int, val diskSizeGb: Int, val diskType: String)

Constructors

Link copied to clipboard
fun LocalDiskResponse(diskCount: Int, diskSizeGb: Int, diskType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the number of such disks.

Link copied to clipboard

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

Link copied to clipboard

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.