LoadBalancer.UpdateStages.WithPrivateFrontend Interface

public interface WithPrivateFrontend

The stage of a load balancer update allowing to define one or more private frontends.

Method Summary

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

Begins the update of an internal load balancer frontend.

LoadBalancerPrivateFrontend.Update updatePrivateFrontend(String name)

Begins the description of an update to an existing internal frontend.

Method Details

definePrivateFrontend

public LoadBalancerPrivateFrontend.UpdateDefinitionStages.Blank definePrivateFrontend(String name)

Begins the update of an internal load balancer frontend.

Parameters:

name - the name for the frontend

Returns:

the first stage of the new frontend definition

updatePrivateFrontend

public LoadBalancerPrivateFrontend.Update updatePrivateFrontend(String name)

Begins the description of an update to an existing internal frontend.

Parameters:

name - the name of an existing frontend from this load balancer

Returns:

the first stage of the frontend update

Applies to