Interface LoadBalancerHttpProbe.UpdateDefinitionStages.WithPort<ParentT>
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Known Subinterfaces:
LoadBalancerHttpProbe.UpdateDefinition<ParentT>,LoadBalancerHttpProbe.UpdateDefinitionStages.WithAttach<ParentT>
- Enclosing interface:
LoadBalancerHttpProbe.UpdateDefinitionStages
public static interface LoadBalancerHttpProbe.UpdateDefinitionStages.WithPort<ParentT>
The stage of the probe definition allowing to specify the port 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
-