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