Interface LoadBalancerTcpProbe.DefinitionStages.WithPort<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.Blank<ParentT>
- Enclosing interface:
- LoadBalancerTcpProbe.DefinitionStages
public static interface LoadBalancerTcpProbe.DefinitionStages.WithPort<ParentT>The stage of the TCP probe definition allowing to specify the port number to monitor.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LoadBalancerTcpProbe.DefinitionStages.WithAttach<ParentT>withPort(int port)Specifies the port number to call for health monitoring.
-
-
-
Method Detail
-
withPort
LoadBalancerTcpProbe.DefinitionStages.WithAttach<ParentT> withPort(int port)
Specifies the port number to call for health monitoring.- Parameters:
port- a port number- Returns:
- the next stage of the definition
-
-