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