state property
The operational state of the SecurityGateway.
Output only. Possible string values are:
- "STATE_UNSPECIFIED" : Default value. This value is unused.
- "CREATING" : SecurityGateway is being created.
- "UPDATING" : SecurityGateway is being updated.
- "DELETING" : SecurityGateway is being deleted.
- "RUNNING" : SecurityGateway is running.
- "DOWN" : SecurityGateway is down and may be restored in the future. This happens when CCFE sends ProjectState = OFF.
- "ERROR" : SecurityGateway encountered an error and is in an indeterministic state.
Implementation
core.String? state;