此内容没有您所选择的语言版本。
8.103. neutron lb-vip-create
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.