QuoteSpecificationLimitRegionLimitArgs

data class QuoteSpecificationLimitRegionLimitArgs(val cpu: Output<Int>? = null, val memoryMb: Output<Int>? = null) : ConvertibleToJava<QuoteSpecificationLimitRegionLimitArgs>

Constructors

Link copied to clipboard
constructor(cpu: Output<Int>? = null, memoryMb: Output<Int>? = null)

Properties

Link copied to clipboard
val cpu: Output<Int>? = null

(int: 0) - The amount of CPU to limit allocations to. A value of zero is treated as unlimited, and a negative value is treated as fully disallowed.

Link copied to clipboard
val memoryMb: Output<Int>? = null

(int: 0) - The amount of memory (in megabytes) to limit allocations to. A value of zero is treated as unlimited, and a negative value is treated as fully disallowed.

Functions

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