/*NOCHKSRC*/ //============================================================================== // // PLEASE DO NOT EDIT THIS FILE; IT WAS AUTOMATICALLY GENERATED BY GENCLASS. // //============================================================================== #ifndef _cimple_CIM_LogicalDevice_h #define _cimple_CIM_LogicalDevice_h #include #include "CIM_EnabledLogicalElement.h" CIMPLE_NAMESPACE_BEGIN 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; // KEY Property SystemName; // KEY Property CreationClassName; // KEY Property DeviceID; // KEY 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; class CIM_LogicalDevice_SetPowerState_method : public Instance { public: Property PowerState; Property Time; Property return_value; CIMPLE_METHOD(CIM_LogicalDevice_SetPowerState_method) }; class CIM_LogicalDevice_Reset_method : public Instance { public: Property return_value; CIMPLE_METHOD(CIM_LogicalDevice_Reset_method) }; class CIM_LogicalDevice_EnableDevice_method : public Instance { public: Property Enabled; Property return_value; CIMPLE_METHOD(CIM_LogicalDevice_EnableDevice_method) }; class CIM_LogicalDevice_OnlineDevice_method : public Instance { public: Property Online; Property return_value; CIMPLE_METHOD(CIM_LogicalDevice_OnlineDevice_method) }; class CIM_LogicalDevice_QuiesceDevice_method : public Instance { public: Property Quiesce; Property return_value; CIMPLE_METHOD(CIM_LogicalDevice_QuiesceDevice_method) }; class CIM_LogicalDevice_SaveProperties_method : public Instance { public: Property return_value; CIMPLE_METHOD(CIM_LogicalDevice_SaveProperties_method) }; 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 */