Google Cloud Orchestration Airflow V1 Client - Class ComposerWorkloadType (1.6.3)

Reference documentation and code samples for the Google Cloud Orchestration Airflow V1 Client class ComposerWorkloadType.

Supported workload types.

Protobuf type google.cloud.orchestration.airflow.service.v1.ListWorkloadsResponse.ComposerWorkloadType

Namespace

Google \ Cloud \ Orchestration \ Airflow \ Service \ V1 \ ListWorkloadsResponse

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

COMPOSER_WORKLOAD_TYPE_UNSPECIFIED

Value: 0

Not able to determine the type of the workload.

Generated from protobuf enum COMPOSER_WORKLOAD_TYPE_UNSPECIFIED = 0;

CELERY_WORKER

Value: 1

Celery worker.

Generated from protobuf enum CELERY_WORKER = 1;

KUBERNETES_WORKER

Value: 2

Kubernetes worker.

Generated from protobuf enum KUBERNETES_WORKER = 2;

KUBERNETES_OPERATOR_POD

Value: 3

Workload created by Kubernetes Pod Operator.

Generated from protobuf enum KUBERNETES_OPERATOR_POD = 3;

SCHEDULER

Value: 4

Airflow scheduler.

Generated from protobuf enum SCHEDULER = 4;

DAG_PROCESSOR

Value: 5

Airflow Dag processor.

Generated from protobuf enum DAG_PROCESSOR = 5;

TRIGGERER

Value: 6

Airflow triggerer.

Generated from protobuf enum TRIGGERER = 6;

WEB_SERVER

Value: 7

Airflow web server UI.

Generated from protobuf enum WEB_SERVER = 7;

REDIS

Value: 8

Redis.

Generated from protobuf enum REDIS = 8;