apmec.mem.infra_drivers.abstract_driver Module¶apmec.mem.infra_drivers.abstract_driver.DeviceAbstractDriver¶Bases: apmec.api.extensions.PluginInterface
create(plugin, context, mea)¶Create mea and return its id.
create_wait(plugin, context, mea_dict, mea_id)¶wait for mea creation to complete.
delete(plugin, context, mea_id)¶delete_wait(plugin, context, mea_id)¶get_description()¶get_name()¶Return a symbolic name for the service VM plugin.
get_resource_info(plugin, context, mea_info, auth_attr, region_name=None)¶Fetches optional details of a MEA
get_type()¶Return one of predefined type of the hosting mea drivers.
update(plugin, context, mea_id, mea_dict, mea)¶update_wait(plugin, context, mea_id)¶
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.