state property

String? state
getter/setter pair

State of the service.

New values may be added to this enum when appropriate.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : Unspecified service state. This is the default value.
  • "UNPROVISIONED" : Service is not provisioned.
  • "RECONCILING" : Service is in the process of being provisioned/deprovisioned.
  • "ACTIVE" : Service is active.

Implementation

core.String? state;