WorkstationConfigPersistentDirectoryArgs

data class WorkstationConfigPersistentDirectoryArgs(val gcePd: Output<WorkstationConfigPersistentDirectoryGcePdArgs>? = null, val mountPath: Output<String>? = null) : ConvertibleToJava<WorkstationConfigPersistentDirectoryArgs>

Constructors

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

Properties

Link copied to clipboard

A directory to persist across workstation sessions, backed by a Compute Engine regional persistent disk. Can only be updated if not empty during creation. Structure is documented below.

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

Location of this directory in the running workstation.

Functions

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