Module: Google::Cloud::Orchestration::Airflow::Service::V1::Environment::State
- Defined in:
- proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb
Overview
State of the environment.
Constant Summary collapse
- STATE_UNSPECIFIED =
The state of the environment is unknown.
0- CREATING =
The environment is in the process of being created.
1- RUNNING =
The environment is currently running and healthy. It is ready for use.
2- UPDATING =
The environment is being updated. It remains usable but cannot receive additional update requests or be deleted at this time.
3- DELETING =
The environment is undergoing deletion. It cannot be used.
4- ERROR =
The environment has encountered an error and cannot be used.
5