public enum Environment.Types.State
Reference documentation and code samples for the Cloud Composer v1 API enum Environment.Types.State.
State of the environment.
Namespace
Google.Cloud.Orchestration.Airflow.Service.V1Assembly
Google.Cloud.Orchestration.Airflow.Service.V1.dll
Fields |
|
---|---|
Name | Description |
Creating |
The environment is in the process of being created. |
Deleting |
The environment is undergoing deletion. It cannot be used. |
Error |
The environment has encountered an error and cannot be used. |
Running |
The environment is currently running and healthy. It is ready for use. |
Unspecified |
The state of the environment is unknown. |
Updating |
The environment is being updated. It remains usable but cannot receive additional update requests or be deleted at this time. |