LoadBalancer.DefinitionStages.WithLoadBalancingRule Interface

public interface WithLoadBalancingRule

The stage of a load balancer definition allowing to create a load balancing rule.

Method Summary

Modifier and Type Method and Description
LoadBalancingRule.DefinitionStages.Blank<LoadBalancer.DefinitionStages.WithLBRuleOrNatOrCreate> defineLoadBalancingRule(String name)

Begins the definition of a new load balancing rule to add to the load balancer.

Method Details

defineLoadBalancingRule

public LoadBalancingRule.DefinitionStages.Blank defineLoadBalancingRule(String name)

Begins the definition of a new load balancing rule to add to the load balancer.

Parameters:

name - the name of the load balancing rule

Returns:

the first stage of the new load balancing rule definition

Applies to