/*NOCHKSRC*/ //============================================================================== // // PLEASE DO NOT EDIT; THIS FILE WAS AUTOMATICALLY GENERATED BY GENCLASS 1.1.0 // //============================================================================== #ifndef _cimple_CIM_CoolingDevice_h #define _cimple_CIM_CoolingDevice_h #include #include "CIM_LogicalDevice.h" CIMPLE_NAMESPACE_BEGIN // CIM_CoolingDevice keys: // SystemCreationClassName // SystemName // CreationClassName // DeviceID /*[928]*/ class CIM_CoolingDevice : public Instance { public: // CIM_ManagedElement features: Property Caption; Property Description; Property ElementName; // CIM_ManagedSystemElement features: Property InstallDate; Property Name; Property OperationalStatus; Property StatusDescriptions; Property Status; Property HealthState; // CIM_LogicalElement features: // CIM_EnabledLogicalElement features: Property EnabledState; Property OtherEnabledState; Property RequestedState; Property EnabledDefault; Property TimeOfLastStateChange; // CIM_LogicalDevice features: Property SystemCreationClassName; Property SystemName; Property CreationClassName; Property DeviceID; Property PowerManagementSupported; Property PowerManagementCapabilities; Property Availability; Property StatusInfo; Property LastErrorCode; Property ErrorDescription; Property ErrorCleared; Property OtherIdentifyingInfo; Property PowerOnHours; Property TotalPowerOnHours; Property IdentifyingDescriptions; Property AdditionalAvailability; Property MaxQuiesceTime; // CIM_CoolingDevice features: Property ActiveCooling; CIMPLE_CLASS(CIM_CoolingDevice) }; typedef CIM_EnabledLogicalElement_RequestStateChange_method CIM_CoolingDevice_RequestStateChange_method; typedef CIM_LogicalDevice_SetPowerState_method CIM_CoolingDevice_SetPowerState_method; typedef CIM_LogicalDevice_Reset_method CIM_CoolingDevice_Reset_method; typedef CIM_LogicalDevice_EnableDevice_method CIM_CoolingDevice_EnableDevice_method; typedef CIM_LogicalDevice_OnlineDevice_method CIM_CoolingDevice_OnlineDevice_method; typedef CIM_LogicalDevice_QuiesceDevice_method CIM_CoolingDevice_QuiesceDevice_method; typedef CIM_LogicalDevice_SaveProperties_method CIM_CoolingDevice_SaveProperties_method; typedef CIM_LogicalDevice_RestoreProperties_method CIM_CoolingDevice_RestoreProperties_method; CIMPLE_NAMESPACE_END #endif /* _cimple_CIM_CoolingDevice_h */