LoadBalancerTcpProbe.UpdateStages.WithIntervalInSeconds Interface

public interface WithIntervalInSeconds

The stage of the TCP probe update allowing to modify the probe interval.

Method Summary

Modifier and Type Method and Description
LoadBalancerTcpProbe.Update withIntervalInSeconds(int seconds)

Specifies the interval between probes, in seconds.

Method Details

withIntervalInSeconds

public Update withIntervalInSeconds(int seconds)

Specifies the interval between probes, in seconds.

Parameters:

seconds - number of seconds

Returns:

the next stage of the update

Applies to