state property

String? state
getter/setter pair

The current state of the AppGateway.

Output only. Possible string values are:

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

Implementation

core.String? state;