Interface LoadBalancerTcpProbe.UpdateDefinitionStages.WithIntervalInSeconds<ParentT>
-
- Type Parameters:
ParentT- the parent resource type
- All Known Subinterfaces:
LoadBalancerTcpProbe.UpdateDefinition<ParentT>,LoadBalancerTcpProbe.UpdateDefinitionStages.WithAttach<ParentT>
- Enclosing interface:
- LoadBalancerTcpProbe.UpdateDefinitionStages
public static interface LoadBalancerTcpProbe.UpdateDefinitionStages.WithIntervalInSeconds<ParentT>The stage of the TCP probe definition allowing to specify the probe interval.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LoadBalancerTcpProbe.UpdateDefinitionStages.WithAttach<ParentT>withIntervalInSeconds(int seconds)Specifies the interval between probes, in seconds.
-
-
-
Method Detail
-
withIntervalInSeconds
LoadBalancerTcpProbe.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
-
-