GetEnvironmentConfigWorkloadsConfigWebServer

data class GetEnvironmentConfigWorkloadsConfigWebServer(val cpu: Double, val memoryGb: Double, val storageGb: Double)

Constructors

constructor(cpu: Double, memoryGb: Double, storageGb: Double)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val cpu: Double

CPU request and limit for Airflow web server.

Link copied to clipboard

Memory (GB) request and limit for Airflow web server.

Link copied to clipboard

Storage (GB) request and limit for Airflow web server.