public static interface WorkloadsConfig.WebServerResourceOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCpu()
public abstract float getCpu()
Optional. CPU request and limit for Airflow web server.
float cpu = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
float |
The cpu. |
getMemoryGb()
public abstract float getMemoryGb()
Optional. Memory (GB) request and limit for Airflow web server.
float memory_gb = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
float |
The memoryGb. |
getStorageGb()
public abstract float getStorageGb()
Optional. Storage (GB) request and limit for Airflow web server.
float storage_gb = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
float |
The storageGb. |