StatefulArgs

data class StatefulArgs(val kind: Output<String>, val maxAgentLifetime: Output<String>, val resourcePredictions: Output<Any>? = null) : ConvertibleToJava<StatefulArgs>

Stateful profile meaning that the machines will be returned to the pool after running a job.

Constructors

Link copied to clipboard
constructor(kind: Output<String>, maxAgentLifetime: Output<String>, resourcePredictions: Output<Any>? = null)

Properties

Link copied to clipboard
val kind: Output<String>

Discriminator property for AgentProfile. Expected value is 'Stateful'.

Link copied to clipboard

How long should stateful machines be kept around. The maximum is one week.

Link copied to clipboard
val resourcePredictions: Output<Any>? = null

Defines pool buffer.

Functions

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