Show / Hide Table of Contents

Class SchedulerResource

Configuration for resources used by Airflow schedulers.

Inheritance
object
SchedulerResource
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudComposer.v1.Data
Assembly: Google.Apis.CloudComposer.v1.dll
Syntax
public class SchedulerResource : IDirectResponseSchema

Properties

Count

Optional. The number of schedulers.

Declaration
[JsonProperty("count")]
public virtual int? Count { get; set; }
Property Value
Type Description
int?

Cpu

Optional. CPU request and limit for a single Airflow scheduler 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 scheduler 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 scheduler replica.

Declaration
[JsonProperty("storageGb")]
public virtual float? StorageGb { get; set; }
Property Value
Type Description
float?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX