share Distributions
suspend fun shareDistributions(value: Output<List<SchedulingPolicyFairSharePolicyShareDistributionArgs>>)
Parameters
value
One or more share distribution blocks which define the weights for the fair share identifiers for the fair share policy. For more information, see FairsharePolicy. The share_distribution
block is documented below.
suspend fun shareDistributions(vararg values: Output<SchedulingPolicyFairSharePolicyShareDistributionArgs>)
suspend fun shareDistributions(values: List<Output<SchedulingPolicyFairSharePolicyShareDistributionArgs>>)
Parameters
values
One or more share distribution blocks which define the weights for the fair share identifiers for the fair share policy. For more information, see FairsharePolicy. The share_distribution
block is documented below.
suspend fun shareDistributions(argument: List<suspend SchedulingPolicyFairSharePolicyShareDistributionArgsBuilder.() -> Unit>)
suspend fun shareDistributions(vararg argument: suspend SchedulingPolicyFairSharePolicyShareDistributionArgsBuilder.() -> Unit)
suspend fun shareDistributions(argument: suspend SchedulingPolicyFairSharePolicyShareDistributionArgsBuilder.() -> Unit)
Parameters
argument
One or more share distribution blocks which define the weights for the fair share identifiers for the fair share policy. For more information, see FairsharePolicy. The share_distribution
block is documented below.