Interface LoadBalancer.UpdateStages.WithPublicFrontend

  • All Known Subinterfaces:
    LoadBalancer.Update
    Enclosing interface:
    LoadBalancer.UpdateStages

    public static interface LoadBalancer.UpdateStages.WithPublicFrontend
    The stage of a load balancer update allowing to define, remove or edit Internet-facing frontends.
    • Method Detail

      • withoutFrontend

        LoadBalancer.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
      • updatePublicFrontend

        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