state property

String? state
getter/setter pair

The current state of this VolumeRestore.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : This is an illegal state and should not be encountered.
  • "CREATING" : A volume for the restore was identified and restore process is about to start.
  • "RESTORING" : The volume is currently being restored.
  • "SUCCEEDED" : The volume has been successfully restored.
  • "FAILED" : The volume restoration process failed.
  • "DELETING" : This VolumeRestore resource is in the process of being deleted.

Implementation

core.String? state;