/*NOCHKSRC*/ //============================================================================== // // PLEASE DO NOT EDIT; THIS FILE WAS AUTOMATICALLY GENERATED BY GENCLASS 1.1.0 // //============================================================================== #ifndef _cimple_CIM_Fan_h #define _cimple_CIM_Fan_h #include #include "CIM_CoolingDevice.h" CIMPLE_NAMESPACE_BEGIN // CIM_Fan keys: // SystemCreationClassName // SystemName // CreationClassName // DeviceID /*[928]*/ class CIM_Fan : 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; // CIM_Fan features: Property VariableSpeed; Property DesiredSpeed; CIMPLE_CLASS(CIM_Fan) }; typedef CIM_EnabledLogicalElement_RequestStateChange_method CIM_Fan_RequestStateChange_method; typedef CIM_LogicalDevice_SetPowerState_method CIM_Fan_SetPowerState_method; typedef CIM_LogicalDevice_Reset_method CIM_Fan_Reset_method; typedef CIM_LogicalDevice_EnableDevice_method CIM_Fan_EnableDevice_method; typedef CIM_LogicalDevice_OnlineDevice_method CIM_Fan_OnlineDevice_method; typedef CIM_LogicalDevice_QuiesceDevice_method CIM_Fan_QuiesceDevice_method; typedef CIM_LogicalDevice_SaveProperties_method CIM_Fan_SaveProperties_method; typedef CIM_LogicalDevice_RestoreProperties_method CIM_Fan_RestoreProperties_method; /*[1014]*/ class CIM_Fan_SetSpeed_method : public Instance { public: Property DesiredSpeed; Property return_value; CIMPLE_METHOD(CIM_Fan_SetSpeed_method) }; CIMPLE_NAMESPACE_END #endif /* _cimple_CIM_Fan_h */