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

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

Supported workload types.

Constants

COMPOSER_WORKLOAD_TYPE_UNSPECIFIED

value: 0
Not able to determine the type of the workload.

CELERY_WORKER

value: 1
Celery worker.

KUBERNETES_WORKER

value: 2
Kubernetes worker.

KUBERNETES_OPERATOR_POD

value: 3
Workload created by Kubernetes Pod Operator.

SCHEDULER

value: 4
Airflow scheduler.

DAG_PROCESSOR

value: 5
Airflow Dag processor.

TRIGGERER

value: 6
Airflow triggerer.

WEB_SERVER

value: 7
Airflow web server UI.

REDIS

value: 8
Redis.