Interface LoadBalancingRule.UpdateDefinitionStages
-
- Enclosing interface:
- LoadBalancingRule
public static interface LoadBalancingRule.UpdateDefinitionStagesGrouping of load balancing rule definition stages applicable as part of a load balancer update.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceLoadBalancingRule.UpdateDefinitionStages.Blank<ReturnT>The first stage of the load balancing rule definition.static interfaceLoadBalancingRule.UpdateDefinitionStages.WithAttach<ReturnT>The final stage of the load balancing rule definition.static interfaceLoadBalancingRule.UpdateDefinitionStages.WithBackend<ReturnT>The stage of a load balancing rule definition allowing to specify the backend to associate the rule with.static interfaceLoadBalancingRule.UpdateDefinitionStages.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.UpdateDefinitionStages.WithFloatingIP<ReturnT>The stage of a load balancing rule definition allowing to enable the floating IP functionality.static interfaceLoadBalancingRule.UpdateDefinitionStages.WithFrontend<ReturnT>The stage of a load balancing rule definition allowing to specify the frontend to associate with the rule.static interfaceLoadBalancingRule.UpdateDefinitionStages.WithFrontendPort<ReturnT>The stage of a load balancing rule definition allowing to specify the frontend port to load balance.static interfaceLoadBalancingRule.UpdateDefinitionStages.WithIdleTimeoutInMinutes<ReturnT>The stage of a load balancing rule definition allowing to specify the connection timeout for idle connections.static interfaceLoadBalancingRule.UpdateDefinitionStages.WithLoadDistribution<ReturnT>The stage of a load balancing rule definition allowing to specify the load distribution.static interfaceLoadBalancingRule.UpdateDefinitionStages.WithProbe<ReturnT>The stage of a load balancing rule definition allowing to specify the probe to associate with the rule.static interfaceLoadBalancingRule.UpdateDefinitionStages.WithProtocol<ReturnT>The stage of a load balancing rule definition allowing to specify the transport protocol to apply the rule to.static interfaceLoadBalancingRule.UpdateDefinitionStages.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.
-