SchedulingPolicyFairsharePolicyArgs

data class SchedulingPolicyFairsharePolicyArgs(val computeReservation: Output<Double>? = null, val shareDecaySeconds: Output<Double>? = null, val shareDistribution: Output<List<SchedulingPolicyShareAttributesArgs>>? = null) : ConvertibleToJava<SchedulingPolicyFairsharePolicyArgs>

Fair Share Policy for the Job Queue.

Constructors

Link copied to clipboard
fun SchedulingPolicyFairsharePolicyArgs(computeReservation: Output<Double>? = null, shareDecaySeconds: Output<Double>? = null, shareDistribution: Output<List<SchedulingPolicyShareAttributesArgs>>? = null)

Functions

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

Properties

Link copied to clipboard
val computeReservation: Output<Double>? = null
Link copied to clipboard
val shareDecaySeconds: Output<Double>? = null
Link copied to clipboard

List of Share Attributes