The tacker.extensions.common_services Module¶
-
class
tacker.extensions.common_services.CommonServicesPluginBase¶ Bases:
tacker.services.service_base.NFVPluginBase-
get_event(context, event_id, fields=None)¶
-
get_events(context, filters=None, fields=None, sorts=None, limit=None, marker_obj=None, page_reverse=False)¶
-
get_plugin_description()¶
-
get_plugin_name()¶
-
get_plugin_type()¶
-
-
class
tacker.extensions.common_services.Common_services¶ Bases:
tacker.api.extensions.ExtensionDescriptor-
classmethod
get_alias()¶
-
classmethod
get_description()¶
-
get_extended_resources(version)¶
-
classmethod
get_name()¶
-
classmethod
get_namespace()¶
-
classmethod
get_plugin_interface()¶
-
classmethod
get_resources()¶
-
classmethod
get_updated()¶
-
update_attributes_map(attributes)¶
-
classmethod
-
exception
tacker.extensions.common_services.EventCreationFailureException(**kwargs)¶ Bases:
tacker.common.exceptions.TackerException-
message= u’Failed to create an event: %(error_str)s’¶
-
-
exception
tacker.extensions.common_services.EventNotFoundException(**kwargs)¶ Bases:
tacker.common.exceptions.TackerException-
message= u’Specified Event id %(evt_id)s is invalid. Please verify and pass a valid Event id’¶
-
-
exception
tacker.extensions.common_services.InputValuesMissing(**kwargs)¶ Bases:
tacker.common.exceptions.InvalidInput-
message= u”Parameter input values missing for the key ‘%(key)s’”¶
-
-
exception
tacker.extensions.common_services.InvalidModelException(**kwargs)¶ Bases:
tacker.common.exceptions.TackerException-
message= u’Specified model is invalid, only Event model supported’¶
-
-
exception
tacker.extensions.common_services.ParamYAMLInputMissing(**kwargs)¶ Bases:
tacker.common.exceptions.InvalidInput-
message= u’Parameter YAML input missing’¶
-