Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
8.150. neutron meter-label-rule-create
usage: neutron meter-label-rule-create [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX]
[--request-format {json}]
[--tenant-id TENANT_ID]
[--direction {ingress,egress}]
[--excluded]
LABEL REMOTE_IP_PREFIX
Positional arguments
- LABEL
ID or name of the label.
- REMOTE_IP_PREFIX
CIDR to match on.
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.
- --direction {ingress,egress}
Direction of traffic, default: ingress.
- --excluded
Exclude this CIDR from the label, default: not
excluded.