LoadBalancingRule.DefinitionStages.WithAttach<ReturnT> Interface

Type Parameters

ReturnT

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

Implements

public static interface LoadBalancingRule.DefinitionStages.WithAttach
extends InDefinition<ReturnT>, WithFloatingIP<ReturnT>, WithIdleTimeoutInMinutes<ReturnT>, WithLoadDistribution<ReturnT>, WithProbe<ReturnT>

The final stage of the load balancing rule definition.

At this stage, any remaining optional settings can be specified, or the load balancing rule definition can be attached to the parent load balancer definition.

Applies to