Interface LoadBalancerTcpProbe.DefinitionStages
-
- Enclosing interface:
- LoadBalancerTcpProbe
public static interface LoadBalancerTcpProbe.DefinitionStagesGrouping of probe definition stages.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceLoadBalancerTcpProbe.DefinitionStages.Blank<ParentT>The first stage of the probe definition.static interfaceLoadBalancerTcpProbe.DefinitionStages.WithAttach<ParentT>The final stage of the probe definition.static interfaceLoadBalancerTcpProbe.DefinitionStages.WithIntervalInSeconds<ParentT>The stage of the TCP probe definition allowing to specify the probe interval.static interfaceLoadBalancerTcpProbe.DefinitionStages.WithNumberOfProbes<ParentT>The stage of the TCP probe definition allowing to specify the number of unsuccessful probes before failure is determined.static interfaceLoadBalancerTcpProbe.DefinitionStages.WithPort<ParentT>The stage of the TCP probe definition allowing to specify the port number to monitor.
-