state property

String? state
getter/setter pair

The state of the Datastore.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : The default value. This value should never be used.
  • "CREATING" : The NFS volume is being created.
  • "ACTIVE" : The NFS volume is active.
  • "UPDATING" : The NFS volume is being updated.
  • "DELETING" : The NFS volume is being deleted.

Implementation

core.String? state;