Workstation Config Persistent Directory Args
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)