Interface LoadBalancer.UpdateStages.WithPrivateFrontend
- All Known Subinterfaces:
LoadBalancer.Update
- Enclosing interface:
LoadBalancer.UpdateStages
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 TypeMethodDescriptiondefinePrivateFrontend(String name) Begins the update of an internal load balancer frontend.updatePrivateFrontend(String name) Begins the description of an update to an existing internal frontend.
-
Method Details
-
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
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
-