Class WorkerResource
Configuration for resources used by Airflow workers.
Implements
Inherited Members
Namespace: Google.Apis.CloudComposer.v1beta1.Data
Assembly: Google.Apis.CloudComposer.v1beta1.dll
Syntax
public class WorkerResource : IDirectResponseSchemaProperties
Cpu
Optional. CPU request and limit for a single Airflow worker 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 | 
MaxCount
Optional. Maximum number of workers for autoscaling.
Declaration
[JsonProperty("maxCount")]
public virtual int? MaxCount { get; set; }Property Value
| Type | Description | 
|---|---|
| int? | 
MemoryGb
Optional. Memory (GB) request and limit for a single Airflow worker replica.
Declaration
[JsonProperty("memoryGb")]
public virtual float? MemoryGb { get; set; }Property Value
| Type | Description | 
|---|---|
| float? | 
MinCount
Optional. Minimum number of workers for autoscaling.
Declaration
[JsonProperty("minCount")]
public virtual int? MinCount { get; set; }Property Value
| Type | Description | 
|---|---|
| int? | 
StorageGb
Optional. Storage (GB) request and limit for a single Airflow worker replica.
Declaration
[JsonProperty("storageGb")]
public virtual float? StorageGb { get; set; }Property Value
| Type | Description | 
|---|---|
| float? |