Class State (0.4.18)

State(value)

Represents the different states of a AppConnection.

Enums

Name Description
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.