Reference documentation and code samples for the Cloud Workstations V1BETA API class Google::Cloud::Workstations::V1beta::WorkstationConfig::EphemeralDirectory.
An ephemeral directory which won't persist across workstation sessions. It is freshly created on every workstation start operation.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#gce_pd
def gce_pd() -> ::Google::Cloud::Workstations::V1beta::WorkstationConfig::EphemeralDirectory::GcePersistentDisk
Returns
- (::Google::Cloud::Workstations::V1beta::WorkstationConfig::EphemeralDirectory::GcePersistentDisk) — An EphemeralDirectory backed by a Compute Engine persistent disk.
#gce_pd=
def gce_pd=(value) -> ::Google::Cloud::Workstations::V1beta::WorkstationConfig::EphemeralDirectory::GcePersistentDisk
Parameter
- value (::Google::Cloud::Workstations::V1beta::WorkstationConfig::EphemeralDirectory::GcePersistentDisk) — An EphemeralDirectory backed by a Compute Engine persistent disk.
Returns
- (::Google::Cloud::Workstations::V1beta::WorkstationConfig::EphemeralDirectory::GcePersistentDisk) — An EphemeralDirectory backed by a Compute Engine persistent disk.
#mount_path
def mount_path() -> ::String
Returns
- (::String) — Required. Location of this directory in the running workstation.
#mount_path=
def mount_path=(value) -> ::String
Parameter
- value (::String) — Required. Location of this directory in the running workstation.
Returns
- (::String) — Required. Location of this directory in the running workstation.