Module: Google::Cloud::BeyondCorp::AppGateways::V1::AppGateway::State

Defined in:
proto_docs/google/cloud/beyondcorp/appgateways/v1/app_gateways_service.rb

Overview

Represents the different states of an AppGateway.

Constant Summary collapse

STATE_UNSPECIFIED =

Default value. This value is unused.

0
CREATING =

AppGateway is being created.

1
CREATED =

AppGateway has been created.

2
UPDATING =

AppGateway's configuration is being updated.

3
DELETING =

AppGateway is being deleted.

4
DOWN =

AppGateway is down and may be restored in the future. This happens when CCFE sends ProjectState = OFF.

5