Scheduling Policy Fair Share Policy Share Distribution
data class SchedulingPolicyFairSharePolicyShareDistribution(val shareIdentifier: String, val weightFactor: Double? = null)
Constructors
Link copied to clipboard
fun SchedulingPolicyFairSharePolicyShareDistribution(shareIdentifier: String, weightFactor: Double? = null)
Types
Properties
Link copied to clipboard
A fair share identifier or fair share identifier prefix. For more information, see ShareAttributes.
Link copied to clipboard
The weight factor for the fair share identifier. For more information, see ShareAttributes.