Este conteúdo não está disponível no idioma selecionado.
8.142. neutron lbaas-pool-create
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.