????
Your IP : 18.222.197.93
��// Copyright (c) 1997-2008 Microsoft Corporation, All Rights Reserved
#pragma autorecover
#pragma classflags(64)
#pragma namespace("\\\\.\\root\\interop")
instance of __namespace{ name="ms_409";};
#pragma namespace("\\\\.\\root\\interop\\ms_409")
[DisplayName("Power Supply Profile") : Amended ToSubclass,Description("A power supply profile as defined by the DMTF specification") : Amended ToSubclass,AMENDMENT, LOCALE(0x0409) : ToInstance]
class Win32_PowerSupplyProfile : CIM_RegisteredProfile
{
};
[DisplayName("Power Supply Conforms To Profile") : Amended ToSubclass,Description("An association between a power supply and the registered power supply profile.") : Amended ToSubclass,AMENDMENT, LOCALE(0x0409) : ToInstance]
class Win32_PowerSupplyConformsToProfile : CIM_ElementConformsToProfile
{
[DisplayName("Conformant Standard") : Amended ToSubclass,Description("The standard profile that is associated to the managed element in ManagedElement.") : Amended ToSubclass] CIM_RegisteredProfile Ref ConformantStandard;
[DisplayName("Managed Element") : Amended ToSubclass,Description("The power supply that is associated to the power supply profile in ConformantStandard.") : Amended ToSubclass] Win32_PowerSupply Ref ManagedElement;
};
[DisplayName("Power Meter Conforms To Profile") : Amended ToSubclass,Description("An association between a power meter and the registered power supply profile.") : Amended ToSubclass,AMENDMENT, LOCALE(0x0409) : ToInstance]
class Win32_PowerMeterConformsToProfile : CIM_ElementConformsToProfile
{
[DisplayName("Conformant Standard") : Amended ToSubclass,Description("The standard profile that is associated to the managed element in ManagedElement.") : Amended ToSubclass] CIM_RegisteredProfile Ref ConformantStandard;
[DisplayName("Managed Element") : Amended ToSubclass,Description("The power meter that is associated to the power supply profile in ConformantStandard.") : Amended ToSubclass] Win32_PowerMeter Ref ManagedElement;
};
#pragma namespace("\\\\.\\root\\cimv2\\power")
instance of __namespace{ name="ms_409";};
#pragma namespace("\\\\.\\root\\cimv2\\power\\ms_409")
[DisplayName("Power Supply") : Amended ToSubclass,Description("A power supply device") : Amended ToSubclass,AMENDMENT, LOCALE(0x0409) : ToInstance]
class Win32_PowerSupply : CIM_PowerSupply
{
[DisplayName("Name") : Amended ToSubclass,Description("The friendly name of the power supply device.") : Amended ToSubclass] string Name;
[DisplayName("DeviceID") : Amended ToSubclass,Description("The unique identifier of the power supply device.") : Amended ToSubclass,key] string DeviceID;
};
[DisplayName("Power Meter Conforms To Profile") : Amended ToSubclass,Description("An association between a power meter and the registered power supply profile.") : Amended ToSubclass,AMENDMENT, LOCALE(0x0409) : ToInstance]
class Win32_PowerMeterConformsToProfile : CIM_ElementConformsToProfile
{
[DisplayName("Conformant Standard") : Amended ToSubclass,Description("The standard profile that is associated to the managed element in ManagedElement.") : Amended ToSubclass] CIM_RegisteredProfile Ref ConformantStandard;
[DisplayName("Managed Element") : Amended ToSubclass,Description("The power meter that is associated to the power supply profile in ConformantStandard.") : Amended ToSubclass] Win32_PowerMeter Ref ManagedElement;
};