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