Reference documentation and code samples for the Cloud Workstations V1 API class Google::Cloud::Workstations::V1::WorkstationConfig::PersistentDirectory::GceRegionalPersistentDisk.
A Persistent Directory backed by a Compute Engine regional persistent
disk. The
persistent_directories
field is repeated, but it may contain only one entry. It creates a
persistent
disk that
mounts to the workstation VM at /home when the session starts and
detaches when the session ends. If this field is empty, workstations
created with this configuration do not have a persistent home
directory.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#archive_timeout
def archive_timeout() -> ::Google::Protobuf::Duration-
(::Google::Protobuf::Duration) — Optional. Number of seconds to wait after initially creating or
subsequently shutting down the workstation before converting its disk
into a snapshot. This generally saves costs at the expense of greater
startup time on next workstation start, as the service will need to
create a disk from the archival snapshot.
A value of
"0s"indicates that the disk will never be archived.
#archive_timeout=
def archive_timeout=(value) -> ::Google::Protobuf::Duration-
value (::Google::Protobuf::Duration) — Optional. Number of seconds to wait after initially creating or
subsequently shutting down the workstation before converting its disk
into a snapshot. This generally saves costs at the expense of greater
startup time on next workstation start, as the service will need to
create a disk from the archival snapshot.
A value of
"0s"indicates that the disk will never be archived.
-
(::Google::Protobuf::Duration) — Optional. Number of seconds to wait after initially creating or
subsequently shutting down the workstation before converting its disk
into a snapshot. This generally saves costs at the expense of greater
startup time on next workstation start, as the service will need to
create a disk from the archival snapshot.
A value of
"0s"indicates that the disk will never be archived.
#disk_type
def disk_type() -> ::String-
(::String) — Optional. The type of the persistent
disk for the
home directory. Defaults to
"pd-standard".
#disk_type=
def disk_type=(value) -> ::String-
value (::String) — Optional. The type of the persistent
disk for the
home directory. Defaults to
"pd-standard".
-
(::String) — Optional. The type of the persistent
disk for the
home directory. Defaults to
"pd-standard".
#fs_type
def fs_type() -> ::String-
(::String) — Optional. Type of file system that the disk should be formatted with.
The workstation image must support this file system type. Must be empty
if
source_snapshot
is set. Defaults to
"ext4".
#fs_type=
def fs_type=(value) -> ::String-
value (::String) — Optional. Type of file system that the disk should be formatted with.
The workstation image must support this file system type. Must be empty
if
source_snapshot
is set. Defaults to
"ext4".
-
(::String) — Optional. Type of file system that the disk should be formatted with.
The workstation image must support this file system type. Must be empty
if
source_snapshot
is set. Defaults to
"ext4".
#max_size_gb
def max_size_gb() -> ::Integer- (::Integer) — Optional. Maximum size in GB to which this persistent directory can be resized. Defaults to unlimited if not set.
#max_size_gb=
def max_size_gb=(value) -> ::Integer- value (::Integer) — Optional. Maximum size in GB to which this persistent directory can be resized. Defaults to unlimited if not set.
- (::Integer) — Optional. Maximum size in GB to which this persistent directory can be resized. Defaults to unlimited if not set.
#reclaim_policy
def reclaim_policy() -> ::Google::Cloud::Workstations::V1::WorkstationConfig::PersistentDirectory::GceRegionalPersistentDisk::ReclaimPolicy-
(::Google::Cloud::Workstations::V1::WorkstationConfig::PersistentDirectory::GceRegionalPersistentDisk::ReclaimPolicy) — Optional. Whether the persistent disk should be deleted when the
workstation is deleted. Valid values are
DELETEandRETAIN. Defaults toDELETE.
#reclaim_policy=
def reclaim_policy=(value) -> ::Google::Cloud::Workstations::V1::WorkstationConfig::PersistentDirectory::GceRegionalPersistentDisk::ReclaimPolicy-
value (::Google::Cloud::Workstations::V1::WorkstationConfig::PersistentDirectory::GceRegionalPersistentDisk::ReclaimPolicy) — Optional. Whether the persistent disk should be deleted when the
workstation is deleted. Valid values are
DELETEandRETAIN. Defaults toDELETE.
-
(::Google::Cloud::Workstations::V1::WorkstationConfig::PersistentDirectory::GceRegionalPersistentDisk::ReclaimPolicy) — Optional. Whether the persistent disk should be deleted when the
workstation is deleted. Valid values are
DELETEandRETAIN. Defaults toDELETE.
#size_gb
def size_gb() -> ::Integer-
(::Integer) — Optional. The GB capacity of a persistent home directory for each
workstation created with this configuration. Must be empty if
source_snapshot
is set.
Valid values are
10,50,100,200,500, or1000. Defaults to200. If less than200GB, the disk_type must be"pd-balanced"or"pd-ssd".
#size_gb=
def size_gb=(value) -> ::Integer-
value (::Integer) — Optional. The GB capacity of a persistent home directory for each
workstation created with this configuration. Must be empty if
source_snapshot
is set.
Valid values are
10,50,100,200,500, or1000. Defaults to200. If less than200GB, the disk_type must be"pd-balanced"or"pd-ssd".
-
(::Integer) — Optional. The GB capacity of a persistent home directory for each
workstation created with this configuration. Must be empty if
source_snapshot
is set.
Valid values are
10,50,100,200,500, or1000. Defaults to200. If less than200GB, the disk_type must be"pd-balanced"or"pd-ssd".
#source_snapshot
def source_snapshot() -> ::String#source_snapshot=
def source_snapshot=(value) -> ::String