White Papers

Power Topology Profile
38 Version 1.0.0a
ANNEX A
(informative)
Dell MOF
NOTE: This may not be the most up-to-date MOF. Please, for implementation purposes refer to the
MOF published separately from the profiles.
// Copyright (c) 2007 Dell All rights reserved.
// ==================================================================
// Dell_OEMPowerConfigurationCapabilities
// ==================================================================
// Preliminary Approved
[Experimental, Version ( "1.0.0" ),
Description (
"Dell_OEMPowerConfigurationCapabilities describes the capabilities "
"of the associated CIM_PowerConfigurationService.")]
class Dell_OEMPowerConfigurationCapabilities : CIM_EnabledLogicalElementCapabilities {
[Description (
"Each enumeration corresponds to support for the "
"like-named method of the Dell_OEMPowerConfigurationService. "),
ValueMap { "2", "3", "4", "5", "..", "0x8000.." },
Values { "ChangeAffectedElementsAssignedSequence",
"ConfigureExternalPowerDomainDefaults",
"ConfigureExternalPowerDomains",
"AssignPowerRedundancyPriority",
"DMTF Reserved", "Vendor Specific" }]
uint16 SupportedMethods[];
};