Interface LoadBalancer.UpdateStages.WithBackend

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

    public static interface LoadBalancer.UpdateStages.WithBackend
    The stage of the load balancer update allowing to add or remove backends.
    • Method Detail

      • withoutBackend

        LoadBalancer.Update withoutBackend​(String name)
        Removes the specified backend from the load balancer.
        Parameters:
        name - the name of the backend to remove
        Returns:
        the next stage of the update
      • updateBackend

        LoadBalancerBackend.Update updateBackend​(String name)
        Begins the description of an update to an existing backend of this load balancer.
        Parameters:
        name - the name of the backend to update
        Returns:
        the first stage of the update