LoadBalancerProbe Interface

Implements

public interface LoadBalancerProbe
extends HasInnerModel<ProbeInner>, ChildResource<LoadBalancer>, HasLoadBalancingRules, HasProtocol<ProbeProtocol>, HasPort

A client-side representation of a load balancing probe.

Method Summary

Modifier and Type Method and Description
abstract int intervalInSeconds()

Gets number of seconds between probes.

abstract int numberOfProbes()

Gets number of failed probes before the node is determined to be unhealthy.

Method Details

intervalInSeconds

public abstract int intervalInSeconds()

Gets number of seconds between probes.

Returns:

number of seconds between probes

numberOfProbes

public abstract int numberOfProbes()

Gets number of failed probes before the node is determined to be unhealthy.

Returns:

number of failed probes before the node is determined to be unhealthy

Applies to