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