EnvironmentConfigWorkloadsConfigWebServerArgs

data class EnvironmentConfigWorkloadsConfigWebServerArgs(val cpu: Output<Double>? = null, val memoryGb: Output<Double>? = null, val storageGb: Output<Double>? = null) : ConvertibleToJava<EnvironmentConfigWorkloadsConfigWebServerArgs>

Constructors

constructor(cpu: Output<Double>? = null, memoryGb: Output<Double>? = null, storageGb: Output<Double>? = null)

Properties

Link copied to clipboard
val cpu: Output<Double>? = null
Link copied to clipboard
val memoryGb: Output<Double>? = null
Link copied to clipboard
val storageGb: Output<Double>? = null

Functions

Link copied to clipboard
open override fun toJava(): EnvironmentConfigWorkloadsConfigWebServerArgs