Cloud Composer v1 API - Enum ListWorkloadsResponse.Types.ComposerWorkloadState (2.7.0)

public enum ListWorkloadsResponse.Types.ComposerWorkloadState

Reference documentation and code samples for the Cloud Composer v1 API enum ListWorkloadsResponse.Types.ComposerWorkloadState.

Workload states.

Namespace

Google.Cloud.Orchestration.Airflow.Service.V1

Assembly

Google.Cloud.Orchestration.Airflow.Service.V1.dll

Fields

NameDescription
Error

Workload is not running due to an error.

Failed

Workload has finished execution with failure.

Ok

Workload is running fine.

Pending

Workload is in pending state and has not yet started.

Succeeded

Workload has finished execution with success.

Unspecified

Not able to determine the status of the workload.

Warning

Workload is running but there are some non-critical problems.