LocalDiskArgs

data class LocalDiskArgs(val diskCount: Output<Int>? = null, val diskSizeGb: Output<Int>? = null, val diskType: Output<String>? = null) : ConvertibleToJava<LocalDiskArgs>

Constructors

Link copied to clipboard
fun LocalDiskArgs(diskCount: Output<Int>? = null, diskSizeGb: Output<Int>? = null, diskType: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): LocalDiskArgs

Properties

Link copied to clipboard
val diskCount: Output<Int>? = null

Specifies the number of such disks.

Link copied to clipboard
val diskSizeGb: Output<Int>? = null

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

Link copied to clipboard
val diskType: Output<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.