GoogleApi.Workstations.V1.Model.EphemeralDirectory (google_api_workstations v0.7.0)
View SourceAn ephemeral directory which won't persist across workstation sessions. It is freshly created on every workstation start operation.
Attributes
-
gcePd
(type:GoogleApi.Workstations.V1.Model.GcePersistentDisk.t
, default:nil
) - An EphemeralDirectory backed by a Compute Engine persistent disk. -
mountPath
(type:String.t
, default:nil
) - Required. 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.EphemeralDirectory{ gcePd: GoogleApi.Workstations.V1.Model.GcePersistentDisk.t() | nil, mountPath: String.t() | nil }