/*NOCHKSRC*/ //============================================================================== // // PLEASE DO NOT EDIT; THIS FILE WAS AUTOMATICALLY GENERATED BY GENCLASS 1.1.2 // //============================================================================== #ifndef _cimple_CIM_LogicalDevice_h #define _cimple_CIM_LogicalDevice_h #include #include "CIM_EnabledLogicalElement.h" CIMPLE_NAMESPACE_BEGIN // CIM_LogicalDevice keys: // SystemCreationClassName // SystemName // CreationClassName // DeviceID /*[928]*/ class CIM_LogicalDevice : 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; CIMPLE_CLASS(CIM_LogicalDevice) }; typedef CIM_EnabledLogicalElement_RequestStateChange_method CIM_LogicalDevice_RequestStateChange_method; /*[1014]*/ class CIM_LogicalDevice_SetPowerState_method : public Instance { public: Property PowerState; Property Time; Property return_value; CIMPLE_METHOD(CIM_LogicalDevice_SetPowerState_method) }; /*[1014]*/ class CIM_LogicalDevice_Reset_method : public Instance { public: Property return_value; CIMPLE_METHOD(CIM_LogicalDevice_Reset_method) }; /*[1014]*/ class CIM_LogicalDevice_EnableDevice_method : public Instance { public: Property Enabled; Property return_value; CIMPLE_METHOD(CIM_LogicalDevice_EnableDevice_method) }; /*[1014]*/ class CIM_LogicalDevice_OnlineDevice_method : public Instance { public: Property Online; Property return_value; CIMPLE_METHOD(CIM_LogicalDevice_OnlineDevice_method) }; /*[1014]*/ class CIM_LogicalDevice_QuiesceDevice_method : public Instance { public: Property Quiesce; Property return_value; CIMPLE_METHOD(CIM_LogicalDevice_QuiesceDevice_method) }; /*[1014]*/ class CIM_LogicalDevice_SaveProperties_method : public Instance { public: Property return_value; CIMPLE_METHOD(CIM_LogicalDevice_SaveProperties_method) }; /*[1014]*/ class CIM_LogicalDevice_RestoreProperties_method : public Instance { public: Property return_value; CIMPLE_METHOD(CIM_LogicalDevice_RestoreProperties_method) }; CIMPLE_NAMESPACE_END #endif /* _cimple_CIM_LogicalDevice_h */