/*NOCHKSRC*/ //============================================================================== // // PLEASE DO NOT EDIT; THIS FILE WAS AUTOMATICALLY GENERATED BY GENCLASS 1.1.2 // //============================================================================== #ifndef _cimple_CIM_ComputerSystem_h #define _cimple_CIM_ComputerSystem_h #include #include "CIM_System.h" CIMPLE_NAMESPACE_BEGIN // CIM_ComputerSystem keys: // Name // CreationClassName /*[928]*/ class CIM_ComputerSystem : 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; // CIM_ComputerSystem features: Property OtherIdentifyingInfo; Property IdentifyingDescriptions; Property Dedicated; Property OtherDedicatedDescriptions; Property ResetCapability; Property PowerManagementCapabilities; CIMPLE_CLASS(CIM_ComputerSystem) }; typedef CIM_EnabledLogicalElement_RequestStateChange_method CIM_ComputerSystem_RequestStateChange_method; /*[1014]*/ class CIM_ComputerSystem_SetPowerState_method : public Instance { public: Property PowerState; Property Time; Property return_value; CIMPLE_METHOD(CIM_ComputerSystem_SetPowerState_method) }; CIMPLE_NAMESPACE_END #endif /* _cimple_CIM_ComputerSystem_h */