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 | |
---|---|
Name | Description |
mount_path |
str
Location of this directory in the running workstation. |
gce_pd |
google.cloud.workstations_v1beta.types.WorkstationConfig.PersistentDirectory.GceRegionalPersistentDisk
A PersistentDirectory backed by a Compute Engine persistent disk. This field is a member of oneof _ directory_type .
|
Classes
GceRegionalPersistentDisk
GceRegionalPersistentDisk(mapping=None, *, ignore_unknown_fields=False, **kwargs)
A PersistentDirectory backed by a Compute Engine regional persistent disk.