Cloud Composer v1 API - Class WorkloadsConfig.Types.SchedulerResource (2.4.0)

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.

Inheritance

object > WorkloadsConfig.Types.SchedulerResource

Namespace

Google.Cloud.Orchestration.Airflow.Service.V1

Assembly

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

Constructors

SchedulerResource()

public SchedulerResource()

SchedulerResource(SchedulerResource)

public SchedulerResource(WorkloadsConfig.Types.SchedulerResource other)
Parameter
NameDescription
otherWorkloadsConfigTypesSchedulerResource

Properties

Count

public int Count { get; set; }

Optional. The number of schedulers.

Property Value
TypeDescription
int

Cpu

public float Cpu { get; set; }

Optional. CPU request and limit for a single Airflow scheduler replica.

Property Value
TypeDescription
float

MemoryGb

public float MemoryGb { get; set; }

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

Property Value
TypeDescription
float

StorageGb

public float StorageGb { get; set; }

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

Property Value
TypeDescription
float