public sealed class WorkloadsConfig.Types.DagProcessorResource : IMessage<WorkloadsConfig.Types.DagProcessorResource>, IEquatable<WorkloadsConfig.Types.DagProcessorResource>, IDeepCloneable<WorkloadsConfig.Types.DagProcessorResource>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Composer v1 API class WorkloadsConfig.Types.DagProcessorResource.
Configuration for resources used by Airflow DAG processors.
Implements
IMessageWorkloadsConfigTypesDagProcessorResource, IEquatableWorkloadsConfigTypesDagProcessorResource, IDeepCloneableWorkloadsConfigTypesDagProcessorResource, IBufferMessage, IMessageNamespace
Google.Cloud.Orchestration.Airflow.Service.V1Assembly
Google.Cloud.Orchestration.Airflow.Service.V1.dll
Constructors
DagProcessorResource()
public DagProcessorResource()DagProcessorResource(DagProcessorResource)
public DagProcessorResource(WorkloadsConfig.Types.DagProcessorResource other)| Parameter | |
|---|---|
| Name | Description |
other |
WorkloadsConfigTypesDagProcessorResource |
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 | |
|---|---|
| Type | Description |
int |
|
Cpu
public float Cpu { get; set; }Optional. CPU request and limit for a single Airflow DAG processor replica.
| Property Value | |
|---|---|
| Type | Description |
float |
|
MemoryGb
public float MemoryGb { get; set; }Optional. Memory (GB) request and limit for a single Airflow DAG processor replica.
| Property Value | |
|---|---|
| Type | Description |
float |
|
StorageGb
public float StorageGb { get; set; }Optional. Storage (GB) request and limit for a single Airflow DAG processor replica.
| Property Value | |
|---|---|
| Type | Description |
float |
|