WorkstationConfigPersistentDirectory

data class WorkstationConfigPersistentDirectory(val gcePd: WorkstationConfigPersistentDirectoryGcePd? = null, val mountPath: String? = null)

Constructors

Link copied to clipboard
constructor(gcePd: WorkstationConfigPersistentDirectoryGcePd? = null, mountPath: String? = null)

Types

Link copied to clipboard
object Companion

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: String? = null

Location of this directory in the running workstation.