LoadBalancer.UpdateStages.WithPublicFrontend 接口
定义
The stage of a load balancer update allowing to define, remove or edit Internet-facing frontends.
public interface WithPublicFrontend
方法
definePublicFrontend(String name) |
Begins the update of a load balancer frontend. The definition must be completed with a call to attach() |
updatePublicFrontend(String name) |
Begins the description of an update to an existing Internet-facing frontend. |
withoutFrontend(String name) |
Removes the specified frontend from the load balancer. |