public sealed class WorkloadsConfig.Types.SchedulerResource : IMessage<WorkloadsConfig.Types.SchedulerResource>, IEquatable<WorkloadsConfig.Types.SchedulerResource>, IDeepCloneable<WorkloadsConfig.Types.SchedulerResource>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Composer v1 API class WorkloadsConfig.Types.SchedulerResource.
Configuration for resources used by Airflow schedulers.
Implements
IMessageWorkloadsConfigTypesSchedulerResource, IEquatableWorkloadsConfigTypesSchedulerResource, IDeepCloneableWorkloadsConfigTypesSchedulerResource, IBufferMessage, IMessageNamespace
Google.Cloud.Orchestration.Airflow.Service.V1Assembly
Google.Cloud.Orchestration.Airflow.Service.V1.dll
Constructors
SchedulerResource()
public SchedulerResource()
SchedulerResource(SchedulerResource)
public SchedulerResource(WorkloadsConfig.Types.SchedulerResource other)
Parameter | |
---|---|
Name | Description |
other |
WorkloadsConfigTypesSchedulerResource |
Properties
Count
public int Count { get; set; }
Optional. The number of schedulers.
Property Value | |
---|---|
Type | Description |
int |
Cpu
public float Cpu { get; set; }
Optional. CPU request and limit for a single Airflow scheduler replica.
Property Value | |
---|---|
Type | Description |
float |
MemoryGb
public float MemoryGb { get; set; }
Optional. Memory (GB) request and limit for a single Airflow scheduler replica.
Property Value | |
---|---|
Type | Description |
float |
StorageGb
public float StorageGb { get; set; }
Optional. Storage (GB) request and limit for a single Airflow scheduler replica.
Property Value | |
---|---|
Type | Description |
float |