此内容没有您所选择的语言版本。
8.129. neutron lbaas-loadbalancer-create
usage: neutron lbaas-loadbalancer-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] [--admin-state-down] [--provider PROVIDER] [--flavor FLAVOR] [--vip-address VIP_ADDRESS] VIP_SUBNET
LBaaS v2 Create a loadbalancer.
Positional arguments
- VIP_SUBNET
Load balancer VIP subnet.
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 load balancer.
- --name NAME
Name of the load balancer.
- --admin-state-down
Set admin state up to false.
- --provider PROVIDER
Provider name of the load balancer service.
- --flavor FLAVOR ID
or name of the flavor.
- --vip-address VIP_ADDRESS
VIP address for the load balancer.