此内容没有您所选择的语言版本。
8.114. neutron lbaas-l7policy-create
usage: neutron lbaas-l7policy-create [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--noindent] [--prefix PREFIX] [--request-format {json}] [--tenant-id TENANT_ID] [--name NAME] [--description DESCRIPTION] --action ACTION [--redirect-pool REDIRECT_POOL] [--redirect-url REDIRECT_URL] [--position POSITION] [--admin-state-down] --listener LISTENER
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.
- --name NAME
Name of the policy.
- --description DESCRIPTION
Description of the policy.
- --action ACTION
Action type of the policy.
- --redirect-pool REDIRECT_POOL
ID or name of the pool for REDIRECT_TO_POOL action
type.
- --redirect-url REDIRECT_URL
URL for REDIRECT_TO_URL action type. This should be a
valid URL string.
- --position POSITION
L7 policy position in ordered policies list. This must
be an integer starting from 1. Not specifying the
position will place the policy at the tail of existing
policies list.
- --admin-state-down
Set admin state up to false.
- --listener LISTENER ID
or name of the listener this policy belongs to.