neutron_lib.exceptions.metering module¶
-
exception
neutron_lib.exceptions.metering.
DuplicateMeteringRuleInPost
(**kwargs)¶ Bases:
neutron_lib.exceptions.InUse
-
message
= 'Duplicate Metering Rule in POST.'¶
-
-
exception
neutron_lib.exceptions.metering.
MeteringLabelNotFound
(**kwargs)¶ Bases:
neutron_lib.exceptions.NotFound
-
message
= "Metering label '%(label_id)s' does not exist."¶
-
-
exception
neutron_lib.exceptions.metering.
MeteringLabelRuleNotFound
(**kwargs)¶ Bases:
neutron_lib.exceptions.NotFound
-
message
= "Metering label rule '%(rule_id)s' does not exist."¶
-
-
exception
neutron_lib.exceptions.metering.
MeteringLabelRuleOverlaps
(**kwargs)¶ Bases:
neutron_lib.exceptions.Conflict
-
message
= "Metering label rule with remote_ip_prefix '%(remote_ip_prefix)s' overlaps another."¶
-