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.
- supported = False¶
Indicates if an interface is supported.
This will be set to False for interfaces which are untested in first- or third-party CI, or in the process of being deprecated.