Red Hat Training

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

8.141. neutron lbaas-member-update

usage: neutron lbaas-member-update [-h] [--request-format {json}]
                                   [--admin-state-up {True,False}]
                                   [--name NAME] [--weight WEIGHT]
                                   MEMBER POOL
LBaaS v2 Update a given member.

Positional arguments

MEMBER


        ID or name of member to update.

POOL


        ID or name of the pool that this member belongs to.

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 member (True
      meaning "Up").

--name NAME


        Name of the member.

--weight WEIGHT


        Weight of the member in the pool (default:1,
      [0..256]).