/*NOCHKSRC*/ //============================================================================== // // PLEASE DO NOT EDIT; THIS FILE WAS AUTOMATICALLY GENERATED BY GENCLASS 1.1.2 // //============================================================================== #ifndef _cimple_CIM_EnabledLogicalElement_h #define _cimple_CIM_EnabledLogicalElement_h #include #include "CIM_LogicalElement.h" #include "CIM_ConcreteJob.h" CIMPLE_NAMESPACE_BEGIN // CIM_EnabledLogicalElement keys: /*[928]*/ class CIM_EnabledLogicalElement : 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; CIMPLE_CLASS(CIM_EnabledLogicalElement) }; /*[1014]*/ class CIM_EnabledLogicalElement_RequestStateChange_method : public Instance { public: Property RequestedState; CIM_ConcreteJob* Job; Property TimeoutPeriod; Property return_value; CIMPLE_METHOD(CIM_EnabledLogicalElement_RequestStateChange_method) }; CIMPLE_NAMESPACE_END #endif /* _cimple_CIM_EnabledLogicalElement_h */