Red Hat Training

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

8.136. neutron lbaas-loadbalancer-update

usage: neutron lbaas-loadbalancer-update [-h] [--request-format {json}]
                                         [--admin-state-up {True,False}]
                                         [--description DESCRIPTION]
                                         [--name NAME]
                                         LOADBALANCER
LBaaS v2 Update a given loadbalancer.

Positional arguments

LOADBALANCER


        ID or name of loadbalancer 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 load balancer
      (True meaning "Up").

--description DESCRIPTION


      Description of the load balancer.

--name NAME


        Name of the load balancer.