LoadBalancerTcpProbe.UpdateStages.WithIntervalInSeconds Interface

public static interface LoadBalancerTcpProbe.UpdateStages.WithIntervalInSeconds

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

Method Summary

Modifier and Type Method and Description
abstract Update withIntervalInSeconds(int seconds)

Specifies the interval between probes, in seconds.

Method Details

withIntervalInSeconds

public abstract LoadBalancerTcpProbe.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