Module: Google::Cloud::ApiGateway::V1::Gateway::State
- Defined in:
- proto_docs/google/cloud/apigateway/v1/apigateway.rb
Overview
All the possible Gateway states.
Constant Summary collapse
- STATE_UNSPECIFIED =
Gateway does not have a state yet.
0
- CREATING =
Gateway is being created.
1
- ACTIVE =
Gateway is running and ready for requests.
2
- FAILED =
Gateway creation failed.
3
- DELETING =
Gateway is being deleted.
4
- UPDATING =
Gateway is being updated.
5