SchedulingPolicyFairSharePolicyShareDistribution

data class SchedulingPolicyFairSharePolicyShareDistribution(val shareIdentifier: String, val weightFactor: Double? = null)

Constructors

constructor(shareIdentifier: String, weightFactor: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A fair share identifier or fair share identifier prefix. For more information, see ShareAttributes.

Link copied to clipboard
val weightFactor: Double? = null

The weight factor for the fair share identifier. For more information, see ShareAttributes.