The apmec.mem.infra_drivers.abstract_driver Module

The apmec.mem.infra_drivers.abstract_driver Module

class 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)
Creative Commons Attribution 3.0 License

Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.