Interface LoadBalancerHttpProbe.UpdateDefinitionStages.WithIntervalInSeconds<ParentT>
-
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Known Subinterfaces:
LoadBalancerHttpProbe.UpdateDefinition<ParentT>,LoadBalancerHttpProbe.UpdateDefinitionStages.WithAttach<ParentT>
- Enclosing interface:
- LoadBalancerHttpProbe.UpdateDefinitionStages
public static interface LoadBalancerHttpProbe.UpdateDefinitionStages.WithIntervalInSeconds<ParentT>The stage of the HTTP probe definition allowing to specify the probe interval.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LoadBalancerHttpProbe.UpdateDefinitionStages.WithAttach<ParentT>withIntervalInSeconds(int seconds)Specifies the interval between probes, in seconds.
-
-
-
Method Detail
-
withIntervalInSeconds
LoadBalancerHttpProbe.UpdateDefinitionStages.WithAttach<ParentT> withIntervalInSeconds(int seconds)
Specifies the interval between probes, in seconds.- Parameters:
seconds- number of seconds- Returns:
- the next stage of the definition
-
-