Class State (0.4.9)

State(value)

Represents the different states of an AppGateway.

Values: STATE_UNSPECIFIED (0): Default value. This value is unused. CREATING (1): AppGateway is being created. CREATED (2): AppGateway has been created. UPDATING (3): AppGateway's configuration is being updated. DELETING (4): AppGateway is being deleted. DOWN (5): AppGateway is down and may be restored in the future. This happens when CCFE sends ProjectState = OFF.