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

public sealed class 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(WorkloadsConfig.Types.SchedulerResource)

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

Properties

Count

public int Count { get; set; }

Optional. The number of schedulers.

Property Value
TypeDescription
Int32

Cpu

public float Cpu { get; set; }

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

Property Value
TypeDescription
Single

MemoryGb

public float MemoryGb { get; set; }

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

Property Value
TypeDescription
Single

StorageGb

public float StorageGb { get; set; }

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

Property Value
TypeDescription
Single