Stateful Args
data class StatefulArgs(val gracePeriodTimeSpan: Output<String>? = null, val kind: Output<String>, val maxAgentLifetime: Output<String>? = null, val resourcePredictions: Output<Any>? = null, val resourcePredictionsProfile: Output<Either<AutomaticResourcePredictionsProfileArgs, ManualResourcePredictionsProfileArgs>>? = 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(gracePeriodTimeSpan: Output<String>? = null, kind: Output<String>, maxAgentLifetime: Output<String>? = null, resourcePredictions: Output<Any>? = null, resourcePredictionsProfile: Output<Either<AutomaticResourcePredictionsProfileArgs, ManualResourcePredictionsProfileArgs>>? = null)
Properties
Link copied to clipboard
How long should the machine be kept around after it ran a workload when there are no stand-by agents. The maximum is one week.
Link copied to clipboard
How long should stateful machines be kept around. The maximum is one week.
Link copied to clipboard
Defines pool buffer/stand-by agents.
Link copied to clipboard
val resourcePredictionsProfile: Output<Either<AutomaticResourcePredictionsProfileArgs, ManualResourcePredictionsProfileArgs>>? = null
Defines how the pool buffer/stand-by agents is provided.