apmec.meo.drivers.vim.abstract_vim_driver
Module¶apmec.meo.drivers.vim.abstract_vim_driver.
VimAbstractDriver
¶Bases: apmec.api.extensions.PluginInterface
authenticate_vim
(context, vim_obj)¶Authenticate VIM connection parameters
Validate authentication credentials and connectivity of VIM
delete_vim_auth
(context, vim_id, auth)¶Delete VIM auth keys
Delete VIM sensitive information such as keys from file system or DB
deregister_vim
(context, vim_obj)¶Deregister VIM object from MEO plugin
Cleanup VIM data and delete VIM information
encode_vim_auth
(context, vim_id, auth)¶Encrypt VIM credentials
Encrypt and store VIM sensitive information such as password
get_description
()¶get_name
()¶Get VIM name
Return a symbolic name for the VIM driver.
get_type
()¶Get VIM Driver type
Return one of predefined types of VIMs.
get_vim_resource_id
(vim_obj, resource_type, resource_name)¶Parses a VIM resource ID from a given type and name
Parameters: |
|
---|---|
Returns: | ID of resource |
register_vim
(context, vim_obj)¶Register VIM object in to MEO plugin
Validate, encode and store VIM information for deploying MEAs.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.