Reference documentation and code samples for the Cloud Workstations V1BETA API class Google::Cloud::Workstations::V1beta::Workstation::WorkstationPersistentDirectory.
A directory to persist across workstation sessions. Updates to this field will only take effect on this workstation after it is restarted.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#mount_path
def mount_path() -> ::String
Returns
- (::String) — Optional. The mount path of the persistent directory.
#mount_path=
def mount_path=(value) -> ::String
Parameter
- value (::String) — Optional. The mount path of the persistent directory.
Returns
- (::String) — Optional. The mount path of the persistent directory.
#size_gb
def size_gb() -> ::Integer
Returns
- (::Integer) — Optional. Size of the persistent directory in GB. If specified in an update request, this is the desired size of the directory.
#size_gb=
def size_gb=(value) -> ::Integer
Parameter
- value (::Integer) — Optional. Size of the persistent directory in GB. If specified in an update request, this is the desired size of the directory.
Returns
- (::Integer) — Optional. Size of the persistent directory in GB. If specified in an update request, this is the desired size of the directory.