BlockDev.PluginSpec

Fields

Name

Type

Access

Description

name

BlockDev.Plugin

r/w

BlockDev.Plugin name, e.g. BlockDev.Plugin.LVM

so_name

str

r/w

SO name of the plugin to load or None for default

Methods

class

new (name, so_name)

Details

class BlockDev.PluginSpec
classmethod new(name, so_name)
Parameters:
Returns:

a new plugin spec

Return type:

BlockDev.PluginSpec