Red Hat Training

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

8.103. neutron lb-vip-create

usage: neutron lb-vip-create [-h] [-f {json,shell,table,value,yaml}]
                             [-c COLUMN] [--max-width <integer>] [--noindent]
                             [--prefix PREFIX] [--request-format {json}]
                             [--tenant-id TENANT_ID] [--address ADDRESS]
                             [--admin-state-down]
                             [--connection-limit CONNECTION_LIMIT]
                             [--description DESCRIPTION] --name NAME
                             --protocol-port PROTOCOL_PORT --protocol
                             {TCP,HTTP,HTTPS} --subnet-id SUBNET
                             POOL
Create a vip.

Positional arguments

POOL


        ID or name of the pool to which this vip belongs.

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.

--address ADDRESS IP


        address of the vip.

--admin-state-down


        Set admin state up to false.

--connection-limit CONNECTION_LIMIT


      The maximum number of connections per second allowed
      for the vip. Valid values: a positive integer or -1
      for unlimited (default).

--description DESCRIPTION


      Description of the vip to be created.

--name NAME


        Name of the vip to be created.

--protocol-port PROTOCOL_PORT


      TCP port on which to listen for client traffic that is
      associated with the vip address.

--protocol {TCP,HTTP,HTTPS}


      Protocol for balancing.

--subnet-id SUBNET


        The subnet on which to allocate the vip address.