此内容没有您所选择的语言版本。
8.123. neutron lbaas-l7rule-update
LBaaS v2 Update a given L7 rule.
Positional arguments
- RULE
ID or name of rule to update.
- L7POLICY
ID or name of L7 policy this rule belongs to.
Optional arguments
- -h, --help
show this help message and exit
- --request-format {json}
DEPRECATED! Only JSON request format is supported.
- --type {HOST_NAME,PATH,FILE_TYPE,HEADER,COOKIE}
Rule type.
- --compare-type {REGEX,STARTS_WITH,ENDS_WITH,CONTAINS,EQUAL_TO}
Rule compare type.
- --invert-compare
Invert the compare type.
- --key KEY
Key to compare. Relevant for HEADER and COOKIE types
only.
- --value VALUE
Value to compare.
- --admin-state-up {True,False}
Specify the administrative state of the rule (True
meaning "Up").