neutron_lib.exceptions.network_segment_range module¶
-
exception
neutron_lib.exceptions.network_segment_range.NetworkSegmentRangeDefaultReadOnly(**kwargs)¶ Bases:
neutron_lib.exceptions.BadRequest-
message= 'Network Segment Range %(range_id)s is a default segment range which could not be updated or deleted.'¶
-
-
exception
neutron_lib.exceptions.network_segment_range.NetworkSegmentRangeNetTypeNotSupported(**kwargs)¶ Bases:
neutron_lib.exceptions.BadRequest-
message= 'Network type %(type)s does not support network segment ranges.'¶
-
-
exception
neutron_lib.exceptions.network_segment_range.NetworkSegmentRangeNotFound(**kwargs)¶ Bases:
neutron_lib.exceptions.NotFound-
message= 'Network Segment Range %(range_id)s could not be found.'¶
-
-
exception
neutron_lib.exceptions.network_segment_range.NetworkSegmentRangeOverlaps(**kwargs)¶ Bases:
neutron_lib.exceptions.Conflict-
message= 'Network segment range overlaps with range(s) with id %(range_id)s'¶
-
-
exception
neutron_lib.exceptions.network_segment_range.NetworkSegmentRangeReferencedByProject(**kwargs)¶ Bases:
neutron_lib.exceptions.InUse-
message= 'Network Segment Range %(range_id)s is referenced by one or more tenant networks.'¶
-