LoadBalancer.UpdateStages.WithPublicFrontend Interface

public interface WithPublicFrontend

The stage of a load balancer update allowing to define, remove or edit Internet-facing frontends.

Method Summary

Modifier and Type Method and Description
LoadBalancerPublicFrontend.UpdateDefinitionStages.Blank<LoadBalancer.Update> definePublicFrontend(String name)

Begins the update of a load balancer frontend.

The definition must be completed with a call to attach()

LoadBalancerPublicFrontend.Update updatePublicFrontend(String name)

Begins the description of an update to an existing Internet-facing frontend.

LoadBalancer.Update withoutFrontend(String name)

Removes the specified frontend from the load balancer.

Method Details

definePublicFrontend

public LoadBalancerPublicFrontend.UpdateDefinitionStages.Blank definePublicFrontend(String name)

Begins the update of a load balancer frontend.

The definition must be completed with a call to attach()

Parameters:

name - the name for the frontend

Returns:

the first stage of the new frontend definition

updatePublicFrontend

public LoadBalancerPublicFrontend.Update updatePublicFrontend(String name)

Begins the description of an update to an existing Internet-facing frontend.

Parameters:

name - the name of the frontend to update

Returns:

the first stage of the frontend update

withoutFrontend

public Update withoutFrontend(String name)

Removes the specified frontend from the load balancer.

Parameters:

name - the name of an existing front end on this load balancer

Returns:

the next stage of the update

Applies to