Interface LoadBalancingRule.DefinitionStages
-
- Enclosing interface:
- LoadBalancingRule
public static interface LoadBalancingRule.DefinitionStagesGrouping of load balancing rule definition stages.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceLoadBalancingRule.DefinitionStages.Blank<ReturnT>The first stage of the load balancing rule definition.static interfaceLoadBalancingRule.DefinitionStages.WithAttach<ReturnT>The final stage of the load balancing rule definition.static interfaceLoadBalancingRule.DefinitionStages.WithBackend<ReturnT>The stage of a load balancing rule definition allowing to specify the backend to associate the rule with.static interfaceLoadBalancingRule.DefinitionStages.WithBackendPort<ReturnT>The stage of a load balancing rule definition allowing to specify the backend port to send the load-balanced traffic to.static interfaceLoadBalancingRule.DefinitionStages.WithFloatingIP<ReturnT>The stage of a load balancing rule definition allowing to enable the floating IP functionality.static interfaceLoadBalancingRule.DefinitionStages.WithFrontend<ReturnT>The stage of a load balancing rule definition allowing to specify the frontend to associate with the rule.static interfaceLoadBalancingRule.DefinitionStages.WithFrontendPort<ReturnT>The stage of a load balancing rule definition allowing to specify the frontend port to load balance.static interfaceLoadBalancingRule.DefinitionStages.WithIdleTimeoutInMinutes<ReturnT>The stage of a load balancing rule definition allowing to specify the connection timeout for idle connections.static interfaceLoadBalancingRule.DefinitionStages.WithLoadDistribution<ReturnT>The stage of a load balancing rule definition allowing to specify the load distribution.static interfaceLoadBalancingRule.DefinitionStages.WithProbe<ReturnT>The stage of a load balancing rule definition allowing to specify the probe to associate with the rule.static interfaceLoadBalancingRule.DefinitionStages.WithProtocol<ReturnT>The stage of a load balancing rule definition allowing to specify the transport protocol to apply the rule to.static interfaceLoadBalancingRule.DefinitionStages.WithVirtualMachine<ReturnT>The stage of a load balancing rule definition allowing to select a set of virtual machines to load balance the network traffic among.
-