ApplicationMaximumAllowedResourcesArgs

data class ApplicationMaximumAllowedResourcesArgs(val cpu: Output<String>, val disk: Output<String>? = null, val memory: Output<String>) : ConvertibleToJava<ApplicationMaximumAllowedResourcesArgs>

Constructors

Link copied to clipboard
constructor(cpu: Output<String>, disk: Output<String>? = null, memory: Output<String>)

Properties

Link copied to clipboard
val cpu: Output<String>

Per worker CPU resource. vCPU is the only supported unit and specifying vCPU is optional.

Link copied to clipboard
val disk: Output<String>? = null

Per worker Disk resource. GB is the only supported unit and specifying GB is optional

Link copied to clipboard
val memory: Output<String>

Per worker memory resource. GB is the only supported unit and specifying GB is optional.

Functions

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