Reference documentation and code samples for the Cloud Workstations V1BETA API class Google::Cloud::Workstations::V1beta::WorkstationConfig::PersistentDirectory.
A directory to persist across workstation sessions.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#gce_pd
def gce_pd() -> ::Google::Cloud::Workstations::V1beta::WorkstationConfig::PersistentDirectory::GceRegionalPersistentDisk
Returns
- (::Google::Cloud::Workstations::V1beta::WorkstationConfig::PersistentDirectory::GceRegionalPersistentDisk) — A PersistentDirectory backed by a Compute Engine persistent disk.
#gce_pd=
def gce_pd=(value) -> ::Google::Cloud::Workstations::V1beta::WorkstationConfig::PersistentDirectory::GceRegionalPersistentDisk
Parameter
- value (::Google::Cloud::Workstations::V1beta::WorkstationConfig::PersistentDirectory::GceRegionalPersistentDisk) — A PersistentDirectory backed by a Compute Engine persistent disk.
Returns
- (::Google::Cloud::Workstations::V1beta::WorkstationConfig::PersistentDirectory::GceRegionalPersistentDisk) — A PersistentDirectory backed by a Compute Engine persistent disk.
#mount_path
def mount_path() -> ::String
Returns
- (::String) — Optional. Location of this directory in the running workstation.
#mount_path=
def mount_path=(value) -> ::String
Parameter
- value (::String) — Optional. Location of this directory in the running workstation.
Returns
- (::String) — Optional. Location of this directory in the running workstation.