EnvironmentConfigWorkloadsConfigDagProcessor

data class EnvironmentConfigWorkloadsConfigDagProcessor(val count: Int? = null, val cpu: Double? = null, val memoryGb: Double? = null, val storageGb: Double? = null)

Constructors

constructor(count: Int? = null, cpu: Double? = null, memoryGb: Double? = null, storageGb: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val count: Int? = null

Number of DAG processors.

Link copied to clipboard
val cpu: Double? = null

CPU request and limit for DAG processor.

Link copied to clipboard
val memoryGb: Double? = null

Memory (GB) request and limit for DAG processor.

Link copied to clipboard
val storageGb: Double? = null

Storage (GB) request and limit for DAG processor.