Editing a Load Balancer Listener
On Compute Cloud@Customer, you can change load balancer (LB) listener properties, such as the listener communication port used.
- 
In the Compute Cloud@Customer Console navigation menu, select Networking, then select Load Balancers. 
- At the top of the page, select the compartment that contains the load balancer.
- Under Resources, select Listeners.
- 
Select the name of the load balancer listener that you want to edit. 
- 
Select the Actions menu (  ), then select
                            Edit. ), then select
                            Edit.
- 
Make allowable changes to the listener in the dialog box. 
- 
Select Update Load Balancer Listener. 
 
- 
- Use the oci lb listener update command and required parameters to change load balancer listener properties, such as the listener communication port used load. - oci lb listener update --default-backend-set-name [default-backendset-name] \ --listener-name [listener-name] --load-balancer-id [loadbalancer_OCID]\ --port [port-integer] --protocol [protocol-text]- For a complete list of CLI commands, flags, and options, see the Command Line Reference. 
- Use the UpdateListener operation to change load balancer listener properties. - For information about using the API and signing requests, see REST APIs and Security Credentials. For information about SDKs, see Software Development Kits and Command Line Interface.