LoadBalancer.UpdateStages.WithPrivateFrontend Interface

public static interface LoadBalancer.UpdateStages.WithPrivateFrontend

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

Method Summary

Modifier and Type Method and Description
abstract Blank<Update> definePrivateFrontend(String name)

Begins the update of an internal load balancer frontend.

abstract Update updatePrivateFrontend(String name)

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

Method Details

definePrivateFrontend

public abstract 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 abstract 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