state property

String? state
getter/setter pair

The current state of the AppConnection.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : Default value. This value is unused.
  • "CREATING" : AppConnection is being created.
  • "CREATED" : AppConnection has been created.
  • "UPDATING" : AppConnection's configuration is being updated.
  • "DELETING" : AppConnection is being deleted.
  • "DOWN" : AppConnection is down and may be restored in the future. This happens when CCFE sends ProjectState = OFF.

Implementation

core.String? state;