RuntimeTemplateDataPersistentDiskSpec

data class RuntimeTemplateDataPersistentDiskSpec(val diskSizeGb: String? = null, val diskType: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

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

The type of the persistent disk.