Interface LoadBalancerHttpProbe.DefinitionStages.WithNumberOfProbes<ParentT>
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Known Subinterfaces:
LoadBalancerHttpProbe.Definition<ParentT>, LoadBalancerHttpProbe.DefinitionStages.WithAttach<ParentT>
- Enclosing interface:
LoadBalancerHttpProbe.DefinitionStages
public static interface LoadBalancerHttpProbe.DefinitionStages.WithNumberOfProbes<ParentT>
The stage of the HTTP probe definition allowing to specify the number of unsuccessful probes before failure
is determined.
-
Method Summary
Modifier and TypeMethodDescriptionwithNumberOfProbes(int probes) Specifies the number of unsuccessful probes before failure is determined.
-
Method Details
-
withNumberOfProbes
Specifies the number of unsuccessful probes before failure is determined.- Parameters:
probes- number of probes- Returns:
- the next stage of the definition
-