Class EphemeralDirectory (0.5.5)

EphemeralDirectory(mapping=None, *, ignore_unknown_fields=False, **kwargs)

An ephemeral directory which won't persist across workstation sessions. It is freshly created on every workstation start operation.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
gce_pd google.cloud.workstations_v1beta.types.WorkstationConfig.EphemeralDirectory.GcePersistentDisk
An EphemeralDirectory backed by a Compute Engine persistent disk. This field is a member of oneof_ directory_type.
mount_path str
Required. Location of this directory in the running workstation.

Classes

GcePersistentDisk

GcePersistentDisk(mapping=None, *, ignore_unknown_fields=False, **kwargs)

An EphemeralDirectory is backed by a Compute Engine persistent disk.