Interface LoadBalancerTcpProbe.DefinitionStages.WithIntervalInSeconds<ParentT>
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Known Subinterfaces:
LoadBalancerTcpProbe.Definition<ParentT>,LoadBalancerTcpProbe.DefinitionStages.WithAttach<ParentT>
- Enclosing interface:
- LoadBalancerTcpProbe.DefinitionStages
public static interface LoadBalancerTcpProbe.DefinitionStages.WithIntervalInSeconds<ParentT>
The stage of the TCP probe definition allowing to specify the probe interval.
-
Method Summary
Modifier and TypeMethodDescriptionwithIntervalInSeconds(int seconds) Specifies the interval between probes, in seconds.
-
Method Details
-
withIntervalInSeconds
Specifies the interval between probes, in seconds.- Parameters:
seconds- number of seconds- Returns:
- the next stage of the definition
-