The networking_cisco.plugins.cisco.db.l3.routertype_db
Module¶
-
class
networking_cisco.plugins.cisco.db.l3.routertype_db.
RoutertypeDbMixin
¶ Bases:
networking_cisco.plugins.cisco.extensions.routertype.RoutertypePluginBase
Mixin class for Router types.
-
create_routertype
(context, routertype)¶ Creates a router type.
Also binds it to the specified hosting device template.
-
delete_routertype
(context, id)¶
-
get_routertype
(context, id, fields=None)¶
-
get_routertype_by_id_name
(context, id_or_name)¶
-
get_routertype_db_by_id_name
(context, id_or_name)¶
-
get_routertypes
(context, filters=None, fields=None, sorts=None, limit=None, marker=None, page_reverse=False)¶
-
update_routertype
(context, id, routertype)¶
-