GoogleApi.Workstations.V1.Model.PersistentDirectory (google_api_workstations v0.7.0)

View Source

A 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

t()

@type t() :: %GoogleApi.Workstations.V1.Model.PersistentDirectory{
  gcePd: GoogleApi.Workstations.V1.Model.GceRegionalPersistentDisk.t() | nil,
  mountPath: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.