Interface LoadBalancerHttpProbe.UpdateStages.WithIntervalInSeconds
-
- All Known Subinterfaces:
LoadBalancerHttpProbe.Update
- Enclosing interface:
- LoadBalancerHttpProbe.UpdateStages
public static interface LoadBalancerHttpProbe.UpdateStages.WithIntervalInSecondsThe stage of the HTTP probe update allowing to modify the probe interval.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LoadBalancerHttpProbe.UpdatewithIntervalInSeconds(int seconds)Specifies the interval between probes, in seconds.
-
-
-
Method Detail
-
withIntervalInSeconds
LoadBalancerHttpProbe.Update withIntervalInSeconds(int seconds)
Specifies the interval between probes, in seconds.- Parameters:
seconds- number of seconds- Returns:
- the next stage of the update
-
-