Interface LoadBalancerTcpProbe.UpdateStages.WithPort
- All Known Subinterfaces:
LoadBalancerTcpProbe.Update
- Enclosing interface:
- LoadBalancerTcpProbe.UpdateStages
public static interface LoadBalancerTcpProbe.UpdateStages.WithPort
The stage of the TCP probe update allowing to modify the port number to monitor.
-
Method Summary
Modifier and TypeMethodDescriptionwithPort(int port) Specifies the port number to call for health monitoring.
-
Method Details
-
withPort
Specifies the port number to call for health monitoring.- Parameters:
port- a port number- Returns:
- the next stage of the update
-