QuoteSpecificationLimitRegionLimit

data class QuoteSpecificationLimitRegionLimit(val cpu: Int? = null, val memoryMb: Int? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val cpu: 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: 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.