RuntimeTemplateDataPersistentDiskSpecArgs

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

Constructors

constructor(diskSizeGb: Output<String>? = null, diskType: Output<String>? = null)

Properties

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

The disk size of the runtime in GB. If specified, the diskType must also be specified. The minimum size is 10GB and the maximum is 65536GB.

Link copied to clipboard
val diskType: Output<String>? = null

The type of the persistent disk.

Functions

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