public sealed class WorkloadsConfig : IMessage<WorkloadsConfig>, IEquatable<WorkloadsConfig>, IDeepCloneable<WorkloadsConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Composer v1 API 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.
Implements
IMessageWorkloadsConfig, IEquatableWorkloadsConfig, IDeepCloneableWorkloadsConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Orchestration.Airflow.Service.V1Assembly
Google.Cloud.Orchestration.Airflow.Service.V1.dll
Constructors
WorkloadsConfig()
public WorkloadsConfig()
WorkloadsConfig(WorkloadsConfig)
public WorkloadsConfig(WorkloadsConfig other)
Parameter | |
---|---|
Name | Description |
other | WorkloadsConfig |
Properties
DagProcessor
public WorkloadsConfig.Types.DagProcessorResource DagProcessor { get; set; }
Optional. Resources used by Airflow DAG processors.
This field is supported for Cloud Composer environments in versions composer-3..-airflow-..* and newer.
Property Value | |
---|---|
Type | Description |
WorkloadsConfigTypesDagProcessorResource |
Scheduler
public WorkloadsConfig.Types.SchedulerResource Scheduler { get; set; }
Optional. Resources used by Airflow schedulers.
Property Value | |
---|---|
Type | Description |
WorkloadsConfigTypesSchedulerResource |
Triggerer
public WorkloadsConfig.Types.TriggererResource Triggerer { get; set; }
Optional. Resources used by Airflow triggerers.
Property Value | |
---|---|
Type | Description |
WorkloadsConfigTypesTriggererResource |
WebServer
public WorkloadsConfig.Types.WebServerResource WebServer { get; set; }
Optional. Resources used by Airflow web server.
Property Value | |
---|---|
Type | Description |
WorkloadsConfigTypesWebServerResource |
Worker
public WorkloadsConfig.Types.WorkerResource Worker { get; set; }
Optional. Resources used by Airflow workers.
Property Value | |
---|---|
Type | Description |
WorkloadsConfigTypesWorkerResource |