LoadBalancerTcpProbe.UpdateStages.WithPort Interface

public static interface LoadBalancerTcpProbe.UpdateStages.WithPort

The stage of the TCP 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 LoadBalancerTcpProbe.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