Cloud Workstations v1 API - Enum WorkstationConfig.Types.PersistentDirectory.Types.GceRegionalPersistentDisk.Types.ReclaimPolicy (1.1.0)

public enum WorkstationConfig.Types.PersistentDirectory.Types.GceRegionalPersistentDisk.Types.ReclaimPolicy

Reference documentation and code samples for the Cloud Workstations v1 API enum WorkstationConfig.Types.PersistentDirectory.Types.GceRegionalPersistentDisk.Types.ReclaimPolicy.

Value representing what should happen to the disk after the workstation is deleted.

Namespace

Google.Cloud.Workstations.V1

Assembly

Google.Cloud.Workstations.V1.dll

Fields

NameDescription
Delete

Delete the persistent disk when deleting the workstation.

Retain

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

Unspecified

Do not use.