neutron_lib.exceptions.taas module¶
- exception neutron_lib.exceptions.taas.InvalidDestinationPort(**kwargs)¶
Bases:
NotFound
- message = 'Destination Port %(port)s does not exist'¶
- exception neutron_lib.exceptions.taas.InvalidSourcePort(**kwargs)¶
Bases:
NotFound
- message = 'Source Port %(port)s does not exist'¶
- exception neutron_lib.exceptions.taas.PortDoesNotBelongToTenant(**kwargs)¶
Bases:
NotAuthorized
- message = 'The specified port does not belong to the tenant'¶
- exception neutron_lib.exceptions.taas.TapFlowNotFound(**kwargs)¶
Bases:
NotFound
- message = 'Tap Flow %(flow_id)s does not exist'¶
- exception neutron_lib.exceptions.taas.TapMirrorNotFound(**kwargs)¶
Bases:
NotFound
- message = 'Tap Mirror %(mirror_id)s does not exist'¶
- exception neutron_lib.exceptions.taas.TapMirrorTunnelConflict(**kwargs)¶
Bases:
Conflict
- message = 'Tap Mirror with tunnel_id %(tunnel_id)s already exists'¶
- exception neutron_lib.exceptions.taas.TapServiceLimitReached(**kwargs)¶
Bases:
OverQuota
- message = 'Reached the maximum quota for Tap Services'¶
- exception neutron_lib.exceptions.taas.TapServiceNotBelongToTenant(**kwargs)¶
Bases:
NotAuthorized
- message = 'Specified Tap Service does not belong to the tenant'¶