/*NOCHKSRC*/ //============================================================================== // // PLEASE DO NOT EDIT; THIS FILE WAS AUTOMATICALLY GENERATED BY GENCLASS 1.1.2 // //============================================================================== #ifndef _cimple_CIM_System_h #define _cimple_CIM_System_h #include #include "CIM_EnabledLogicalElement.h" CIMPLE_NAMESPACE_BEGIN // CIM_System keys: // Name // CreationClassName /*[928]*/ class CIM_System : 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_System features: Property CreationClassName; Property NameFormat; Property PrimaryOwnerName; Property PrimaryOwnerContact; Property Roles; CIMPLE_CLASS(CIM_System) }; typedef CIM_EnabledLogicalElement_RequestStateChange_method CIM_System_RequestStateChange_method; CIMPLE_NAMESPACE_END #endif /* _cimple_CIM_System_h */