Red Hat Training

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

8.96. neutron lb-pool-create

usage: neutron lb-pool-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]
                              [--description DESCRIPTION] --lb-method
                              {ROUND_ROBIN,LEAST_CONNECTIONS,SOURCE_IP} --name
                              NAME --protocol {HTTP,HTTPS,TCP} --subnet-id
                              SUBNET [--provider PROVIDER]
Create a pool.

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.

--description DESCRIPTION


      Description of the pool.

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


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

--name NAME


        The name of the pool.

--protocol {HTTP,HTTPS,TCP}


      Protocol for balancing.

--subnet-id SUBNET


        The subnet on which the members of the pool will be
      located.

--provider PROVIDER


        Provider name of the loadbalancer service.