LoadBalancerHttpProbe.DefinitionStages.WithNumberOfProbes<ParentT> Interface

Type Parameters

ParentT

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

public static interface LoadBalancerHttpProbe.DefinitionStages.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
abstract WithAttach<ParentT> withNumberOfProbes(int probes)

Specifies the number of unsuccessful probes before failure is determined.

Method Details

withNumberOfProbes

public abstract LoadBalancerHttpProbe.DefinitionStages.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