LoadBalancingRule.DefinitionStages.WithLoadDistribution<ReturnT> Interface

Type Parameters

ReturnT

the stage of the parent definition to return to after attaching this definition

public static interface LoadBalancingRule.DefinitionStages.WithLoadDistribution

The stage of a load balancing rule definition allowing to specify the load distribution.

Method Summary

Modifier and Type Method and Description
abstract WithAttach<ReturnT> withLoadDistribution(LoadDistribution loadDistribution)

Specifies the load distribution mode.

Method Details

withLoadDistribution

public abstract LoadBalancingRule.DefinitionStages.WithAttach withLoadDistribution(LoadDistribution loadDistribution)

Specifies the load distribution mode.

Parameters:

loadDistribution - a supported load distribution mode

Returns:

the next stage of the definition

Applies to