Atom feed of this document
  
 

 L3 metering API abstractions

Table 7.39. Label
Attribute name Type Default Value Description
id uuid-str generated UUID for the metering label.
name String None Human-readable name for the metering label. Might not be unique.
description String None The optional description for the metering label.
tenant_id uuid-str N/A Owner of the metering label.
Table 7.40. Rules
Attribute name Type Default Value Description
id uuid-str generated UUID for the metering rule.
direction String (Either ingress or egress) ingress The direction in which metering rule is applied, either ingress or egress.
metering_label_id uuid-str N/A

The metering label ID to associate with this metering rule.

excluded Boolean False Specify whether the remote_ip_prefix will be excluded or not from traffic counters of the metering label (for example, to not count the traffic of a specific IP address of a range).
remote_ip_prefix String (CIDR) N/A Indicates remote IP prefix to be associated with this metering rule.
Questions? Discuss on ask.openstack.org
Found an error? Report a bug against this page

loading table of contents...