Class PersistentDirectory (0.2.1)

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

A directory to persist across workstation sessions.

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

Attributes

NameDescription
gce_pd google.cloud.workstations_v1.types.WorkstationConfig.PersistentDirectory.GceRegionalPersistentDisk
A PersistentDirectory backed by a Compute Engine persistent disk. This field is a member of oneof_ directory_type.
mount_path str
Location of this directory in the running workstation.

Classes

GceRegionalPersistentDisk

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

A PersistentDirectory backed by a Compute Engine regional persistent disk.