GoogleApi.Workstations.V1.Model.PersistentDirectory (google_api_workstations v0.7.0)
View SourceA directory to persist across workstation sessions. Updates to this field will not update existing workstations and will only take effect on new workstations.
Attributes
-
gcePd
(type:GoogleApi.Workstations.V1.Model.GceRegionalPersistentDisk.t
, default:nil
) - A PersistentDirectory backed by a Compute Engine persistent disk. -
mountPath
(type:String.t
, default:nil
) - Optional. Location of this directory in the running workstation.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Workstations.V1.Model.PersistentDirectory{ gcePd: GoogleApi.Workstations.V1.Model.GceRegionalPersistentDisk.t() | nil, mountPath: String.t() | nil }