LoadBalancer.DefinitionStages.WithLoadBalancingRule Interface

public static interface LoadBalancer.DefinitionStages.WithLoadBalancingRule

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

Method Summary

Modifier and Type Method and Description
abstract Blank<WithLBRuleOrNatOrCreate> defineLoadBalancingRule(String name)

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

Method Details

defineLoadBalancingRule

public abstract 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