ironic.drivers.modules.drac.power module

DRAC power interface

class ironic.drivers.modules.drac.power.DracRedfishPower(*args, **kwargs)[source]

Bases: RedfishPower

iDRAC Redfish interface for power-related actions.

Presently, this class entirely defers to its base class, a generic, vendor-independent Redfish interface. Future resolution of Dell EMC- specific incompatibilities and introduction of vendor value added should be implemented by this class.