LoadBalancerTcpProbe.UpdateDefinitionStages.WithIntervalInSeconds<ParentT> Interface

Type Parameters

ParentT

the parent resource type

public interface WithIntervalInSeconds

The stage of the TCP probe definition allowing to specify the probe interval.

Method Summary

Modifier and Type Method and Description
LoadBalancerTcpProbe.UpdateDefinitionStages.WithAttach<ParentT> withIntervalInSeconds(int seconds)

Specifies the interval between probes, in seconds.

Method Details

withIntervalInSeconds

public WithAttach withIntervalInSeconds(int seconds)

Specifies the interval between probes, in seconds.

Parameters:

seconds - number of seconds

Returns:

the next stage of the definition

Applies to