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