LoadBalancerHttpProbe.UpdateStages.WithPort Interface

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 and Description
abstract Update withPort(int port)

Specifies the port number to call for health monitoring.

Method Details

withPort

public abstract 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

Applies to