# Functions
ListSupportedVendors returns a list of supported vendors.
VendorFromProductName attempts to identify the vendor from the given productname.
# Constants
Cloudline is the constant that defines the cloudlines.
Dell is the constant that defines the vendor Dell.
EnvEnableDebug is the const for the environment variable to cause bmclib to dump debugging debugging information.
Redfish firmware apply at constants FirmwareApplyImmediate sets the firmware to be installed immediately after upload.
FirmwareApplyOnReset sets the firmware to be install on device power cycle/reset.
FirmwareInstallComplete indicates the device completed the firmware install this covers the redfish state - 'complete'.
FirmwareInstallFailed indicates the firmware install failed this covers the redfish states - 'interrupted', 'killed', 'exception', 'cancelled', 'suspended'.
FirmwareInstallInitializing indicates the device is performing init actions to install the update this covers the redfish states - 'starting', 'downloading' no action is required from the callers part in this state.
FirmwareInstallPowerCycleBMC indicates the firmware install requires a BMC power cycle.
FirmwareInstallPowerCycleHost indicates the firmware install requires a host power cycle.
FirmwareInstallQueued indicates the device has queued the update, but has not started the update task yet this covers the redfish states - 'pending', 'new' no action is required from the callers part in this state.
FirmwareInstallRunner indicates the device is installing the update this covers the redfish states - 'running', 'stopping', 'cancelling' no action is required from the callers part in this state.
No description provided by the author
HP is the constant that defines the vendor HP.
Quanta is the contant to identify Intel hardware.
No description provided by the author
device BIOS/UEFI POST code bmclib identifiers.
No description provided by the author
No description provided by the author
Quanta is the contant to identify Quanta hardware.
Supermicro is the constant that defines the vendor Supermicro.
Unknown is the constant that defines unknown things.