Interface LoadBalancerHttpProbe.Definition<ParentT>
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Superinterfaces:
Attachable.InDefinition<ParentT>, LoadBalancerHttpProbe.DefinitionStages.Blank<ParentT>, LoadBalancerHttpProbe.DefinitionStages.WithAttach<ParentT>, LoadBalancerHttpProbe.DefinitionStages.WithIntervalInSeconds<ParentT>, LoadBalancerHttpProbe.DefinitionStages.WithNumberOfProbes<ParentT>, LoadBalancerHttpProbe.DefinitionStages.WithPort<ParentT>, LoadBalancerHttpProbe.DefinitionStages.WithRequestPath<ParentT>
- Enclosing interface:
LoadBalancerHttpProbe
public static interface LoadBalancerHttpProbe.Definition<ParentT>
extends LoadBalancerHttpProbe.DefinitionStages.Blank<ParentT>, LoadBalancerHttpProbe.DefinitionStages.WithAttach<ParentT>, LoadBalancerHttpProbe.DefinitionStages.WithRequestPath<ParentT>
The entirety of a probe definition.
-
Method Summary
Methods inherited from interface Attachable.InDefinition
attachMethods inherited from interface LoadBalancerHttpProbe.DefinitionStages.WithIntervalInSeconds
withIntervalInSecondsMethods inherited from interface LoadBalancerHttpProbe.DefinitionStages.WithNumberOfProbes
withNumberOfProbesMethods inherited from interface LoadBalancerHttpProbe.DefinitionStages.WithPort
withPortMethods inherited from interface LoadBalancerHttpProbe.DefinitionStages.WithRequestPath
withRequestPath