LoadBalancer.DefinitionStages.WithBackend Interface

public static interface LoadBalancer.DefinitionStages.WithBackend

The stage of a load balancer definition allowing to add a backend.

Method Summary

Modifier and Type Method and Description
abstract Blank<WithCreate> defineBackend(String name)

Starts the definition of a backend.

Method Details

defineBackend

public abstract LoadBalancerBackend.DefinitionStages.Blank defineBackend(String name)

Starts the definition of a backend.

Parameters:

name - the name to assign to the backend

Returns:

the next stage of the update

Applies to