CustomSystemDiskArgs

data class CustomSystemDiskArgs(val category: Output<String>? = null, val size: Output<String>? = null) : ConvertibleToJava<CustomSystemDiskArgs>

Constructors

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

Properties

Link copied to clipboard
val category: Output<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: Output<String>? = null

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

Functions

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