Enum WorkstationConfig.PersistentDirectory.GceRegionalPersistentDisk.ReclaimPolicy (0.29.0)

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

ProtocolMessageEnum

Static Fields

NameDescription
DELETE

Delete the persistent disk when deleting the workstation.

DELETE = 1;

DELETE_VALUE

Delete the persistent disk when deleting the workstation.

DELETE = 1;

RECLAIM_POLICY_UNSPECIFIED

Do not use.

RECLAIM_POLICY_UNSPECIFIED = 0;

RECLAIM_POLICY_UNSPECIFIED_VALUE

Do not use.

RECLAIM_POLICY_UNSPECIFIED = 0;

RETAIN

Keep the persistent disk when deleting the workstation. An administrator must manually delete the disk.

RETAIN = 2;

RETAIN_VALUE

Keep the persistent disk when deleting the workstation. An administrator must manually delete the disk.

RETAIN = 2;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()