Interface LoadBalancerTcpProbe.UpdateDefinitionStages.WithPort<ParentT>
- Type Parameters:
ParentT- the parent resource type
- All Known Subinterfaces:
LoadBalancerTcpProbe.UpdateDefinition<ParentT>,LoadBalancerTcpProbe.UpdateDefinitionStages.Blank<ParentT>
- Enclosing interface:
- LoadBalancerTcpProbe.UpdateDefinitionStages
public static interface LoadBalancerTcpProbe.UpdateDefinitionStages.WithPort<ParentT>
The stage of the TCP probe definition allowing to specify 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 definition
-