Interface LoadBalancerHttpProbe.UpdateStages.WithNumberOfProbes
-
- All Known Subinterfaces:
LoadBalancerHttpProbe.Update
- Enclosing interface:
- LoadBalancerHttpProbe.UpdateStages
public static interface LoadBalancerHttpProbe.UpdateStages.WithNumberOfProbesThe stage of the HTTP probe update allowing to modify the number of unsuccessful probes before failure is determined.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LoadBalancerHttpProbe.UpdatewithNumberOfProbes(int probes)Specifies the number of unsuccessful probes before failure is determined.
-
-
-
Method Detail
-
withNumberOfProbes
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
-
-