Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
8.142. neutron lbaas-pool-create
usage: neutron lbaas-pool-create [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX]
[--request-format {json}]
[--tenant-id TENANT_ID]
[--description DESCRIPTION] [--name NAME]
--lb-algorithm
{ROUND_ROBIN,LEAST_CONNECTIONS,SOURCE_IP}
[--admin-state-down] [--listener LISTENER]
[--loadbalancer LOADBALANCER] --protocol
{HTTP,HTTPS,TCP}
[--session-persistence type=TYPE[,cookie_name=COOKIE_NAME]]
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.
- --description DESCRIPTION
Description of the pool.
- --name NAME
The name of the pool.
- --lb-algorithm {ROUND_ROBIN,LEAST_CONNECTIONS,SOURCE_IP}
The algorithm used to distribute load between the
members of the pool.
- --admin-state-down
Set admin state up to false.
- --listener LISTENER
Listener whose default-pool should be set to this
pool. At least one of --listener or --loadbalancer
must be specified.
- --loadbalancer LOADBALANCER
Loadbalancer with which this pool should be
associated. At least one of --listener or
--loadbalancer must be specified.
- --protocol {HTTP,HTTPS,TCP}
Protocol for balancing.
- --session-persistence
type=TYPE[,cookie_name=COOKIE_NAME]
The type of session persistence to use and associated
cookie name.