/*NOCHKSRC*/ //============================================================================== // // PLEASE DO NOT EDIT; THIS FILE WAS AUTOMATICALLY GENERATED BY GENCLASS 1.1.2 // //============================================================================== #ifndef _cimple_ComputerSystem_h #define _cimple_ComputerSystem_h #include #include "CIM_ComputerSystem.h" CIMPLE_NAMESPACE_BEGIN // ComputerSystem keys: // Name // CreationClassName /*[928]*/ class 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; // ComputerSystem features: CIMPLE_CLASS(ComputerSystem) }; typedef CIM_EnabledLogicalElement_RequestStateChange_method ComputerSystem_RequestStateChange_method; typedef CIM_ComputerSystem_SetPowerState_method ComputerSystem_SetPowerState_method; CIMPLE_NAMESPACE_END #endif /* _cimple_ComputerSystem_h */