TemporaryDiskArgs

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

Temporary 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 temporary disk

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

Size of the temporary disk in GB

Functions

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