Interface WorkloadsConfig.WebServerResourceOrBuilder (1.41.0)

public static interface WorkloadsConfig.WebServerResourceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCpu()

public abstract float getCpu()

Optional. CPU request and limit for Airflow web server.

float cpu = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
float

The storageGb.