LoadBalancingRule Interface

public interface LoadBalancingRule extends HasInner,ChildResource,HasBackendPort,HasFrontend,HasFloatingIP,HasProtocol,HasFrontendPort

A client-side representation of an HTTP load balancing rule.

Method Summary

Modifier and Type Method and Description
LoadBalancerBackend backend()
int idleTimeoutInMinutes()
LoadDistribution loadDistribution()
LoadBalancerProbe probe()

Inherited Members

Method Details

backend

public LoadBalancerBackend backend()

Returns:

the backend associated with the load balancing rule

idleTimeoutInMinutes

public int idleTimeoutInMinutes()

Returns:

the number of minutes before an inactive connection is closed

loadDistribution

public LoadDistribution loadDistribution()

Returns:

the method of load distribution

probe

public LoadBalancerProbe probe()

Returns:

the probe associated with the load balancing rule

Applies to