WorkstationConfigEphemeralDirectory

data class WorkstationConfigEphemeralDirectory(val gcePd: WorkstationConfigEphemeralDirectoryGcePd? = null, val mountPath: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An EphemeralDirectory backed by a Compute Engine persistent disk. Structure is documented below.

Link copied to clipboard
val mountPath: String? = null

Location of this directory in the running workstation.