Class DagProcessorResource
Configuration for resources used by Airflow DAG processors. This field is supported for Cloud Composer environments in versions composer-3-airflow-..-build. and newer.
Implements
Inherited Members
Namespace: Google.Apis.CloudComposer.v1beta1.Data
Assembly: Google.Apis.CloudComposer.v1beta1.dll
Syntax
public class DagProcessorResource : IDirectResponseSchemaProperties
Count
Optional. The number of DAG processors. If not provided or set to 0, a single DAG processor instance will be created.
Declaration
[JsonProperty("count")]
public virtual int? Count { get; set; }Property Value
| Type | Description | 
|---|---|
| int? | 
Cpu
Optional. CPU request and limit for a single Airflow DAG processor replica.
Declaration
[JsonProperty("cpu")]
public virtual float? Cpu { get; set; }Property Value
| Type | Description | 
|---|---|
| float? | 
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
MemoryGb
Optional. Memory (GB) request and limit for a single Airflow DAG processor replica.
Declaration
[JsonProperty("memoryGb")]
public virtual float? MemoryGb { get; set; }Property Value
| Type | Description | 
|---|---|
| float? | 
StorageGb
Optional. Storage (GB) request and limit for a single Airflow DAG processor replica.
Declaration
[JsonProperty("storageGb")]
public virtual float? StorageGb { get; set; }Property Value
| Type | Description | 
|---|---|
| float? |