Red Hat Training

A Red Hat training course is available for Red Hat OpenStack Platform

8.146. neutron lbaas-pool-update

usage: neutron lbaas-pool-update [-h] [--request-format {json}]
                                 [--admin-state-up {True,False}]
                                 [--session-persistence type=TYPE[,cookie_name=COOKIE_NAME]]
                                 [--description DESCRIPTION] [--name NAME]
                                 --lb-algorithm
                                 {ROUND_ROBIN,LEAST_CONNECTIONS,SOURCE_IP}
                                 POOL
LBaaS v2 Update a given pool.

Positional arguments

POOL


        ID or name of pool to update.

Optional arguments

-h, --help


        show this help message and exit

--request-format {json}


      DEPRECATED! Only JSON request format is supported.

--admin-state-up {True,False}


      Update the administrative state of the pool (True
      meaning "Up").

--session-persistence


        type=TYPE[,cookie_name=COOKIE_NAME]
      The type of session persistence to use and associated
      cookie name.

--description DESCRIPTION


      Description of the pool.

--name NAME


        The name of the pool.

--lb-algorithm {ROUND_ROBIN,LEAST_CONNECTIONS,SOURCE_IP}


      The algorithm used to distribute load between the
      members of the pool.