Module: Google::Cloud::AppHub::V1::Application::State
- Defined in:
- proto_docs/google/cloud/apphub/v1/application.rb
Overview
Application state.
Constant Summary collapse
- STATE_UNSPECIFIED =
Unspecified state.
0
- CREATING =
The Application is being created.
1
- ACTIVE =
The Application is ready to register Services and Workloads.
2
- DELETING =
The Application is being deleted.
3