state property

String? state
getter/setter pair

The current state of the deployment group.

See https://google.aip.dev/216.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : State not set (this is not a valid state).
  • "ACTIVE" : The deployment group is ready.
  • "CREATING" : The deployment group is being created.
  • "DELETING" : The deployment group is being deleted.

Implementation

core.String? state;