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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LoadBalancerTcpProbe.UpdateDefinitionStages.WithAttach<ParentT>withPort(int port)Specifies the port number to call for health monitoring.
-
-
-
Method Detail
-
withPort
LoadBalancerTcpProbe.UpdateDefinitionStages.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
-
-