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