LoadBalancerHttpProbe.UpdateStages.WithIntervalInSeconds Interface

public static interface LoadBalancerHttpProbe.UpdateStages.WithIntervalInSeconds

The stage of the HTTP 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 LoadBalancerHttpProbe.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