LoadBalancerHttpProbe.DefinitionStages.WithNumberOfProbes<ParentT> Interface

Type Parameters

ParentT

the stage of the parent definition to return to after attaching this definition

public interface WithNumberOfProbes

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

Method Summary

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