Red Hat Training

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

8.91. neutron lb-member-create

usage: neutron lb-member-create [-h] [-f {json,shell,table,value,yaml}]
                                [-c COLUMN] [--max-width <integer>]
                                [--noindent] [--prefix PREFIX]
                                [--request-format {json}]
                                [--tenant-id TENANT_ID] [--admin-state-down]
                                [--weight WEIGHT] --address ADDRESS
                                --protocol-port PROTOCOL_PORT
                                POOL
Create a member.

Positional arguments

POOL


        ID or name of the pool this vip belongs to.

Optional arguments

-h, --help


        show this help message and exit

--request-format {json}


      DEPRECATED! Only JSON request format is supported.

--tenant-id TENANT_ID


      The owner tenant ID.

--admin-state-down


        Set admin state up to false.

--weight WEIGHT


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

--address ADDRESS IP


        address of the pool member on the pool network.

--protocol-port PROTOCOL_PORT


      Port on which the pool member listens for requests or
      connections.