LoadBalancerTcpProbe.UpdateDefinitionStages.WithNumberOfProbes<ParentT> Interface

Type Parameters

ParentT

the parent resource type

public interface WithNumberOfProbes

The stage of the TCP probe definition allowing to specify the number of unsuccessful probes before failure is determined.

Method Summary

Modifier and Type Method and Description
LoadBalancerTcpProbe.UpdateDefinitionStages.WithAttach<ParentT> withNumberOfProbes(int probes)

Specifies the number of unsuccessful probes before failure is determined.

Method Details

withNumberOfProbes

public WithAttach withNumberOfProbes(int probes)

Specifies the number of unsuccessful probes before failure is determined.

Parameters:

probes - number of probes

Returns:

the next stage of the definition

Applies to