Share via


HasBackendPort.UpdateStages.WithBackendPort<ReturnT> Interface

Type Parameters

ReturnT

the next stage of the update

public static interface HasBackendPort.UpdateStages.WithBackendPort

The stage of an update allowing to modify the backend port.

Method Summary

Modifier and Type Method and Description
abstract ReturnT toBackendPort(int port)

Specifies a backend port to send network traffic to.

Method Details

toBackendPort

public abstract ReturnT toBackendPort(int port)

Specifies a backend port to send network traffic to.

Parameters:

port - a port number

Returns:

the next stage of the update

Applies to