Core\CIM_AssociatedPowerManagementService.mof.mof (HTML version)

Return to index
CIM_AssociatedPowerManagementService Superclass: CIM_ServiceAvailableToElement
The association between a Managed System Element and its power management service.
Qualifiers:Experimental Version ( "2.11.0" ) Association
Parameters (local in grey)
ModelCorrespondence { "CIM_AssociatedPowerManagementService.PowerState" }
string OtherPowerState ;
A string describing the additional power management state of the element, used when the PowerState is set to the value 1, 'Other'.
Experimental
ModelCorrespondence { "CIM_AssociatedPowerManagementService.RequestedPowerState" }
string OtherRequestedPowerState ;
A string describing the additional power management state of the element, used when the RequestedPowerState is set to the value 1, 'Other'.
Values { "Other" , "On" , "Sleep - Light" , "Sleep -Deep" , "Power Cycle (Off - Soft)" , "Off - Hard" , "Hibernate (Off - Soft)" , "Off - Soft" , "Power Cycle (Off-Hard)" , "Master Bus Reset" , "Diagnostic Interrupt (NMI)" , "DMTF Reserved" , "Vendor Specific" }
ModelCorrespondence { "CIM_PowerManagementCapabilities.PowerCapabilities" }
ValueMap { "1" , "2" , "3" , "4" , "5" , "6" , "7" , "8" , "9" , "10" , "11" , ".." , "0x7FFF..0xFFFF" }
MappingStrings { "MIF.DMTF|System Power Controls|001.2" }
uint16 PowerState ;
The current power state of the associated Managed System Element.
Experimental
Values { "Other" , "On" , "Sleep - Light" , "Sleep -Deep" , "Power Cycle (Off - Soft)" , "Off - Hard" , "Hibernate (Off - Soft)" , "Off - Soft" , "Power Cycle (Off-Hard)" , "Master Bus Reset" , "Diagnostic Interrupt (NMI)" , "DMTF Reserved" , "Vendor Specific" }
ModelCorrespondence { "CIM_PowerManagementCapabilities.PowerCapabilities" , "CIM_AssociatedPowerManagementService.OtherRequestedPowerState" }
ValueMap { "1" , "2" , "3" , "4" , "5" , "6" , "7" , "8" , "9" , "10" , "11" , ".." , "0x7FFF..0xFFFF" }
MappingStrings { "MIF.DMTF|System Power Controls|001.2" }
uint16 RequestedPowerState ;
The requested power state of the associated Managed System Element.
Max ( 1 )
Override ( "ServiceProvided" )
CIM_PowerManagementService REF ServiceProvided ;
The Service that is available.
ModelCorrespondence { "CIM_AssociatedPowerManagementService.PowerState" }
datetime PowerOnTime ;
The time when the element will be powered on again, used when the PowerState is set to the value 5, 'Power Cycle (Soft - Off)'.
Key
CIM_ManagedElement REF UserOfService ;
The ManagedElement that can use the Service.