reclaimPolicy property
Whether the persistent disk should be deleted when the workstation is deleted.
Valid values are DELETE and RETAIN. Defaults to DELETE.
Optional. Possible string values are:
- "RECLAIM_POLICY_UNSPECIFIED" : Do not use.
- "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.
Implementation
core.String? reclaimPolicy;