Cloud Composer V1 API - Module Google::Cloud::Orchestration::Airflow::Service::V1::Environment::State (v0.11.0)

Reference documentation and code samples for the Cloud Composer V1 API module Google::Cloud::Orchestration::Airflow::Service::V1::Environment::State.

State of the environment.

Constants

STATE_UNSPECIFIED

value: 0
The state of the environment is unknown.

CREATING

value: 1
The environment is in the process of being created.

RUNNING

value: 2
The environment is currently running and healthy. It is ready for use.

UPDATING

value: 3
The environment is being updated. It remains usable but cannot receive additional update requests or be deleted at this time.

DELETING

value: 4
The environment is undergoing deletion. It cannot be used.

ERROR

value: 5
The environment has encountered an error and cannot be used.