Cloud Composer v1 API - Class WorkloadsConfig.Types.DagProcessorResource (2.7.0)

public sealed class WorkloadsConfig.Types.DagProcessorResource : IMessage<WorkloadsConfig.Types.DagProcessorResource>, IEquatable<WorkloadsConfig.Types.DagProcessorResource>, IDeepCloneable<WorkloadsConfig.Types.DagProcessorResource>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Composer v1 API class WorkloadsConfig.Types.DagProcessorResource.

Configuration for resources used by Airflow DAG processors.

Inheritance

object > WorkloadsConfig.Types.DagProcessorResource

Namespace

Google.Cloud.Orchestration.Airflow.Service.V1

Assembly

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

Constructors

DagProcessorResource()

public DagProcessorResource()

DagProcessorResource(DagProcessorResource)

public DagProcessorResource(WorkloadsConfig.Types.DagProcessorResource other)
Parameter
NameDescription
otherWorkloadsConfigTypesDagProcessorResource

Properties

Count

public int Count { get; set; }

Optional. The number of DAG processors. If not provided or set to 0, a single DAG processor instance will be created.

Property Value
TypeDescription
int

Cpu

public float Cpu { get; set; }

Optional. CPU request and limit for a single Airflow DAG processor replica.

Property Value
TypeDescription
float

MemoryGb

public float MemoryGb { get; set; }

Optional. Memory (GB) request and limit for a single Airflow DAG processor replica.

Property Value
TypeDescription
float

StorageGb

public float StorageGb { get; set; }

Optional. Storage (GB) request and limit for a single Airflow DAG processor replica.

Property Value
TypeDescription
float