GetEnvironmentConfigWorkloadsConfigDagProcessor

data class GetEnvironmentConfigWorkloadsConfigDagProcessor(val count: Int, val cpu: Double, val memoryGb: Double, val storageGb: Double)

Constructors

constructor(count: Int, cpu: Double, memoryGb: Double, storageGb: Double)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val count: Int

Number of DAG processors.

Link copied to clipboard
val cpu: Double

CPU request and limit for DAG processor.

Link copied to clipboard

Memory (GB) request and limit for DAG processor.

Link copied to clipboard

Storage (GB) request and limit for DAG processor.