DeploymentSystemResourceLimitsArgs

data class DeploymentSystemResourceLimitsArgs(val cpus: Output<Double>? = null, val memory: Output<Int>? = null) : ConvertibleToJava<DeploymentSystemResourceLimitsArgs>

Constructors

Link copied to clipboard
constructor(cpus: Output<Double>? = null, memory: Output<Int>? = null)

Properties

Link copied to clipboard
val cpus: Output<Double>? = null
Link copied to clipboard
val memory: Output<Int>? = null

Functions

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