neutron_lib.exceptions.metering module

exception neutron_lib.exceptions.metering.DuplicateMeteringRuleInPost(**kwargs)

Bases: InUse

message = 'Duplicate Metering Rule in POST.'
exception neutron_lib.exceptions.metering.MeteringLabelNotFound(**kwargs)

Bases: NotFound

message = "Metering label '%(label_id)s' does not exist."
exception neutron_lib.exceptions.metering.MeteringLabelRuleNotFound(**kwargs)

Bases: NotFound

message = "Metering label rule '%(rule_id)s' does not exist."
exception neutron_lib.exceptions.metering.MeteringLabelRuleOverlaps(**kwargs)

Bases: Conflict

message = "Metering label rule with remote_ip_prefix '%(remote_ip_prefix)s' overlaps another."