LoadBalancerHttpProbe.UpdateStages.WithNumberOfProbes Interface

public static interface LoadBalancerHttpProbe.UpdateStages.WithNumberOfProbes

The stage of the HTTP probe update allowing to modify the number of unsuccessful probes before failure is determined.

Method Summary

Modifier and Type Method and Description
abstract Update withNumberOfProbes(int probes)

Specifies the number of unsuccessful probes before failure is determined.

Method Details

withNumberOfProbes

public abstract LoadBalancerHttpProbe.Update withNumberOfProbes(int probes)

Specifies the number of unsuccessful probes before failure is determined.

Parameters:

probes - number of probes

Returns:

the next stage of the update

Applies to