update
******


Description
===========

Updates a listener for a given load balancer.


Usage
=====

   oci lb listener update [OPTIONS]


Options
=======


--default-backend-set-name [text]
---------------------------------

The name of the associated backend set. [required]


--port [integer]
----------------

The communication port for the listener.

Example: *80* [required]


--protocol [text]
-----------------

The protocol on which the listener accepts connection requests. To get
a list of valid protocols, use the ListProtocols operation.

Example: *HTTP* [required]


--load-balancer-id [text]
-------------------------

The [OCID] of the load balancer associated with the listener to
update. [required]


--listener-name [text]
----------------------

The name of the listener to update.

Example: *My listener* [required]


--force
-------

Perform update without prompting for confirmation.


--ssl-certificate-name [text]
-----------------------------

A friendly name for the certificate bundle. It must be unique and it
cannot be changed. Valid certificate bundle names include only
alphanumeric characters, dashes, and underscores. Certificate bundle
names cannot contain spaces. Avoid entering confidential information.


--ssl-verify-depth [integer]
----------------------------

The maximum depth for peer certificate chain verification.


--ssl-verify-peer-certificate [boolean]
---------------------------------------

Whether the load balancer listener should verify peer certificates.


--from-json [text]
------------------

Provide input to this command as a JSON document from a file.

Options can still be provided on the command line. If an option exists
in both the JSON document and the command line then the command line
specified value will be used


-?, -h, --help
--------------

Show this message and exit.


--from-json [text]
------------------

Provide input to this command as a JSON document from a file.

Options can still be provided on the command line. If an option exists
in both the JSON document and the command line then the command line
specified value will be used


-?, -h, --help
--------------

Show this message and exit.
