PersistentDirectoryArgs

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

A directory to persist across workstation sessions.

Constructors

Link copied to clipboard
fun PersistentDirectoryArgs(gcePd: Output<GceRegionalPersistentDiskArgs>? = null, mountPath: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard

A PersistentDirectory backed by a Compute Engine persistent disk.

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

Location of this directory in the running workstation.