congress.db.datasources.Datasource(id_, name, driver, config, description, enabled=True)¶Bases: sqlalchemy.ext.declarative.api.Base, congress.db.model_base.HasId
config¶description¶driver¶enabled¶id¶name¶congress.db.datasources.add_datasource(*args, **kw)¶congress.db.datasources.delete_datasource(*args, **kw)¶congress.db.datasources.delete_datasource_with_data(*args, **kw)¶congress.db.datasources.get_datasource(name_or_id, session=None)¶congress.db.datasources.get_datasource_by_id(*args, **kw)¶congress.db.datasources.get_datasource_by_name(*args, **kw)¶congress.db.datasources.get_datasource_name(*args, **kw)¶congress.db.datasources.get_datasources(*args, **kw)¶
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.