public enum WorkstationConfig.PersistentDirectory.GceRegionalPersistentDisk.ReclaimPolicy extends Enum<WorkstationConfig.PersistentDirectory.GceRegionalPersistentDisk.ReclaimPolicy> implements ProtocolMessageEnum
Value representing what should happen to the disk after the workstation is deleted.
Protobuf enum
google.cloud.workstations.v1.WorkstationConfig.PersistentDirectory.GceRegionalPersistentDisk.ReclaimPolicy
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
DELETE |
Delete the persistent disk when deleting the workstation. |
DELETE_VALUE |
Delete the persistent disk when deleting the workstation. |
RECLAIM_POLICY_UNSPECIFIED |
Do not use. |
RECLAIM_POLICY_UNSPECIFIED_VALUE |
Do not use. |
RETAIN |
Keep the persistent disk when deleting the workstation. An administrator must manually delete the disk. |
RETAIN_VALUE |
Keep the persistent disk when deleting the workstation. An administrator must manually delete the disk. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |