savedState property
For LocalSSD disks on VM Instances in STOPPED or SUSPENDED state, this field is set to PRESERVED if the LocalSSD data has been saved to a persistent location by customer request.
(see the discard_local_ssd option on Stop/Suspend). Read-only in the api. Possible string values are:
- "DISK_SAVED_STATE_UNSPECIFIED" : [Default] Disk state has not been preserved.
- "PRESERVED" : Disk state has been preserved.
Implementation
core.String? savedState;