Class State (0.8.0)

State(value)

Represents the different states of a gateway.

Enums

Name Description
STATE_UNSPECIFIED Default value. This value is unused.
CREATING Gateway is being created.
UPDATING Gateway is being updated.
DELETING Gateway is being deleted.
RUNNING Gateway is running.
DOWN Gateway is down and may be restored in the future. This happens when CCFE sends ProjectState = OFF.
ERROR ClientGateway encountered an error and is in indeterministic state.