Interface LoadBalancer.UpdateStages.WithPrivateFrontend
-
- All Known Subinterfaces:
LoadBalancer.Update
- Enclosing interface:
- LoadBalancer.UpdateStages
public static interface LoadBalancer.UpdateStages.WithPrivateFrontendThe stage of a load balancer update allowing to define one or more private frontends.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LoadBalancerPrivateFrontend.UpdateDefinitionStages.Blank<LoadBalancer.Update>definePrivateFrontend(String name)Begins the update of an internal load balancer frontend.LoadBalancerPrivateFrontend.UpdateupdatePrivateFrontend(String name)Begins the description of an update to an existing internal frontend.
-
-
-
Method Detail
-
definePrivateFrontend
LoadBalancerPrivateFrontend.UpdateDefinitionStages.Blank<LoadBalancer.Update> 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
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
-
-