The networking_cisco.plugins.cisco.db.l3.l3_models Module¶
-
class
networking_cisco.plugins.cisco.db.l3.l3_models.RouterHostingDeviceBinding(**kwargs)¶ Bases:
sqlalchemy.ext.declarative.api.BaseRepresents binding between Neutron routers and their hosting devices.
-
auto_schedule¶
-
hosting_device¶
-
hosting_device_id¶
-
inflated_slot_need¶
-
role¶
-
router¶
-
router_id¶
-
router_type¶
-
router_type_id¶
-
-
class
networking_cisco.plugins.cisco.db.l3.l3_models.RouterType(**kwargs)¶ Bases:
sqlalchemy.ext.declarative.api.Base,neutron_lib.db.model_base.HasId,neutron_lib.db.model_base.HasProjectRepresents Neutron router types.
A router type is associated with a with hosting device template. The template is used when hosting device for the router type is created.
Only ‘id’, ‘name’, ‘description’ are visible in non-admin context.
-
cfg_agent_driver¶
-
cfg_agent_service_helper¶
-
description¶
-
driver¶
-
ha_enabled_by_default¶
-
id¶
-
name¶
-
project_id¶
-
scheduler¶
-
slot_need¶
-
template¶
-
template_id¶
-
tenant_id¶
-