Interface LoadBalancerTcpProbe.DefinitionStages.WithNumberOfProbes<ParentT>
-
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Known Subinterfaces:
LoadBalancerTcpProbe.Definition<ParentT>,LoadBalancerTcpProbe.DefinitionStages.WithAttach<ParentT>
- Enclosing interface:
- LoadBalancerTcpProbe.DefinitionStages
public static interface LoadBalancerTcpProbe.DefinitionStages.WithNumberOfProbes<ParentT>The stage of the TCP probe definition allowing to specify the number of unsuccessful probes before failure is determined.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LoadBalancerTcpProbe.DefinitionStages.WithAttach<ParentT>withNumberOfProbes(int probes)Specifies the number of unsuccessful probes before failure is determined.
-
-
-
Method Detail
-
withNumberOfProbes
LoadBalancerTcpProbe.DefinitionStages.WithAttach<ParentT> 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
-
-