state property

String? state
getter/setter pair

The snapshot state.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : State not set.
  • "CREATING" : Snapshot is being created.
  • "READY" : Snapshot is available for use.
  • "DELETING" : Snapshot is being deleted.

Implementation

core.String? state;