Class State (0.6.0)

State(value)

Represents the different states of a AppConnector.

Enums

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