BlockDev.PluginSpec¶
Fields¶
Name |
Type |
Access |
Description |
|---|---|---|---|
name |
r/w |
|
|
so_name |
r/w |
SO name of the plugin to load or |
Methods¶
class |
|
Details¶
- class BlockDev.PluginSpec¶
- classmethod new(name, so_name)¶
- Parameters:
name (
BlockDev.Plugin) –BlockDev.Pluginname, e.g.BlockDev.Plugin.LVMso_name (
strorNone) – SO name of the plugin to load orNonefor default
- Returns:
a new plugin spec
- Return type: