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