LoadBalancerHttpProbe.UpdateStages.WithIntervalInSeconds Interface

public interface WithIntervalInSeconds

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

Method Summary

Modifier and Type Method and Description
LoadBalancerHttpProbe.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