SchedulingPolicyFairSharePolicyShareDistributionArgs

data class SchedulingPolicyFairSharePolicyShareDistributionArgs(val shareIdentifier: Output<String>, val weightFactor: Output<Double>? = null) : ConvertibleToJava<SchedulingPolicyFairSharePolicyShareDistributionArgs>

Constructors

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

Properties

Link copied to clipboard
val shareIdentifier: Output<String>

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

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

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

Functions

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