state property

String? state
getter/setter pair

The state of the resource.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : An invalid state, which is the default case.
  • "ADDING" : The resource is being added.
  • "ACTIVE" : The resource is in use.
  • "DELETING" : The resource is being deleted.
  • "SUSPENDING" : The resource is being suspended.
  • "SUSPENDED" : The resource is suspended and not in use.

Implementation

core.String? state;