Class WebServerResource
Configuration for resources used by Airflow web server.
Implements
Inherited Members
Namespace: Google.Apis.CloudComposer.v1beta1.Data
Assembly: Google.Apis.CloudComposer.v1beta1.dll
Syntax
public class WebServerResource : IDirectResponseSchemaProperties
Cpu
Optional. CPU request and limit for Airflow web server.
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 Airflow web server.
Declaration
[JsonProperty("memoryGb")]
public virtual float? MemoryGb { get; set; }Property Value
| Type | Description | 
|---|---|
| float? | 
StorageGb
Optional. Storage (GB) request and limit for Airflow web server.
Declaration
[JsonProperty("storageGb")]
public virtual float? StorageGb { get; set; }Property Value
| Type | Description | 
|---|---|
| float? |