DynamicExecutorAllocationResponse

data class DynamicExecutorAllocationResponse(val enabled: Boolean? = null, val maxExecutors: Int? = null, val minExecutors: Int? = null)

Dynamic Executor Allocation Properties

Constructors

Link copied to clipboard
constructor(enabled: Boolean? = null, maxExecutors: Int? = null, minExecutors: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enabled: Boolean? = null

Indicates whether Dynamic Executor Allocation is enabled or not.

Link copied to clipboard
val maxExecutors: Int? = null

The maximum number of executors alloted

Link copied to clipboard
val minExecutors: Int? = null

The minimum number of executors alloted