JitSchedulingPolicyArgs

data class JitSchedulingPolicyArgs(val duration: Output<String>, val startTime: Output<String>, val type: Output<Either<String, JitSchedulingType>>) : ConvertibleToJava<JitSchedulingPolicyArgs>

The JIT scheduling policies.

Constructors

Link copied to clipboard
constructor(duration: Output<String>, startTime: Output<String>, type: Output<Either<String, JitSchedulingType>>)

Properties

Link copied to clipboard
val duration: Output<String>
Link copied to clipboard
val startTime: Output<String>

The start time of the request.

Link copied to clipboard
val type: Output<Either<String, JitSchedulingType>>

The type of JIT schedule.

Functions

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