SchedulingPolicyFairSharePolicy

data class SchedulingPolicyFairSharePolicy(val computeReservation: Int? = null, val shareDecaySeconds: Int? = null, val shareDistributions: List<SchedulingPolicyFairSharePolicyShareDistribution>? = null)

Constructors

Link copied to clipboard
fun SchedulingPolicyFairSharePolicy(computeReservation: Int? = null, shareDecaySeconds: Int? = null, shareDistributions: List<SchedulingPolicyFairSharePolicyShareDistribution>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val computeReservation: Int? = null
Link copied to clipboard
val shareDecaySeconds: Int? = null