Show / Hide Table of Contents

Class WorkloadsConfig

The Kubernetes workloads configuration for GKE cluster associated with the Cloud Composer environment. Supported for Cloud Composer environments in versions composer-2..-airflow-..* and newer.

Inheritance
object
WorkloadsConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudComposer.v1.Data
Assembly: Google.Apis.CloudComposer.v1.dll
Syntax
public class WorkloadsConfig : IDirectResponseSchema

Properties

DagProcessor

Optional. Resources used by Airflow DAG processors. This field is supported for Cloud Composer environments in versions composer-3-airflow-..-build. and newer.

Declaration
[JsonProperty("dagProcessor")]
public virtual DagProcessorResource DagProcessor { get; set; }
Property Value
Type Description
DagProcessorResource

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Scheduler

Optional. Resources used by Airflow schedulers.

Declaration
[JsonProperty("scheduler")]
public virtual SchedulerResource Scheduler { get; set; }
Property Value
Type Description
SchedulerResource

Triggerer

Optional. Resources used by Airflow triggerers.

Declaration
[JsonProperty("triggerer")]
public virtual TriggererResource Triggerer { get; set; }
Property Value
Type Description
TriggererResource

WebServer

Optional. Resources used by Airflow web server.

Declaration
[JsonProperty("webServer")]
public virtual WebServerResource WebServer { get; set; }
Property Value
Type Description
WebServerResource

Worker

Optional. Resources used by Airflow workers.

Declaration
[JsonProperty("worker")]
public virtual WorkerResource Worker { get; set; }
Property Value
Type Description
WorkerResource

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX