Interface LoadBalancerHttpProbe.UpdateStages.WithPort

All Known Subinterfaces:
LoadBalancerHttpProbe.Update
Enclosing interface:
LoadBalancerHttpProbe.UpdateStages

public static interface LoadBalancerHttpProbe.UpdateStages.WithPort
The stage of the HTTP probe update allowing to modify the port number to monitor.
  • Method Summary

    Modifier and Type
    Method
    Description
    withPort(int port)
    Specifies the port number to call for health monitoring.
  • Method Details

    • withPort

      LoadBalancerHttpProbe.Update withPort(int port)
      Specifies the port number to call for health monitoring.
      Parameters:
      port - a port number
      Returns:
      the next stage of the update