LoadBalancingRule.Definition<ReturnT> Interface

Type Parameters

ReturnT

the stage of the parent definition to return to after attaching this definition

Implements

Blank<ReturnT> WithAttach<ReturnT> WithBackend<ReturnT> WithBackendPort<ReturnT> WithFrontend<ReturnT> WithFrontendPort<ReturnT> WithProtocol<ReturnT>

public static interface LoadBalancingRule.Definition
extends Blank<ReturnT>, WithAttach<ReturnT>, WithProtocol<ReturnT>, WithFrontendPort<ReturnT>, WithFrontend<ReturnT>, WithBackend<ReturnT>, WithBackendPort<ReturnT>

The entirety of a load balancing rule definition.

Applies to