Module: Google::Cloud::ApiGateway::V1::ApiConfig::State
- Defined in:
- proto_docs/google/cloud/apigateway/v1/apigateway.rb
Overview
All the possible API Config states.
Constant Summary collapse
- STATE_UNSPECIFIED =
API Config does not have a state yet.
0
- CREATING =
API Config is being created and deployed to the API Controller.
1
- ACTIVE =
API Config is ready for use by Gateways.
2
- FAILED =
API Config creation failed.
3
- DELETING =
API Config is being deleted.
4
- UPDATING =
API Config is being updated.
5
- ACTIVATING =
API Config settings are being activated in downstream systems. API Configs in this state cannot be used by Gateways.
6