Interface LoadBalancerTcpProbe.UpdateDefinitionStages.WithNumberOfProbes<ParentT>
- Type Parameters:
ParentT- the parent resource type
- All Known Subinterfaces:
LoadBalancerTcpProbe.UpdateDefinition<ParentT>,LoadBalancerTcpProbe.UpdateDefinitionStages.WithAttach<ParentT>
- Enclosing interface:
- LoadBalancerTcpProbe.UpdateDefinitionStages
public static interface LoadBalancerTcpProbe.UpdateDefinitionStages.WithNumberOfProbes<ParentT>
The stage of the TCP 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
-