Stateful Args
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
fun StatefulArgs(kind: Output<String>, maxAgentLifetime: Output<String>, resourcePredictions: Output<Any>? = null)