PersistentDiskArgs

data class PersistentDiskArgs(val mountPath: Output<String>? = null, val sizeInGB: Output<Int>? = null) : ConvertibleToJava<PersistentDiskArgs>

Persistent disk payload

Constructors

Link copied to clipboard
constructor(mountPath: Output<String>? = null, sizeInGB: Output<Int>? = null)

Properties

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

Mount path of the persistent disk

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

Size of the persistent disk in GB

Functions

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