/*NOCHKSRC*/ //============================================================================== // // PLEASE DO NOT EDIT; THIS FILE WAS AUTOMATICALLY GENERATED BY GENCLASS 1.1.2 // //============================================================================== #ifndef _cimple_CIM_DiskDrive_h #define _cimple_CIM_DiskDrive_h #include #include "CIM_MediaAccessDevice.h" CIMPLE_NAMESPACE_BEGIN // CIM_DiskDrive keys: // SystemCreationClassName // SystemName // CreationClassName // DeviceID /*[928]*/ class CIM_DiskDrive : 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_LogicalDevice features: Property SystemCreationClassName; Property SystemName; Property CreationClassName; Property DeviceID; Property PowerManagementSupported; Property PowerManagementCapabilities; Property Availability; Property StatusInfo; Property LastErrorCode; Property ErrorDescription; Property ErrorCleared; Property OtherIdentifyingInfo; Property PowerOnHours; Property TotalPowerOnHours; Property IdentifyingDescriptions; Property AdditionalAvailability; Property MaxQuiesceTime; // CIM_MediaAccessDevice features: Property Capabilities; Property CapabilityDescriptions; Property ErrorMethodology; Property CompressionMethod; Property NumberOfMediaSupported; Property MaxMediaSize; Property DefaultBlockSize; Property MaxBlockSize; Property MinBlockSize; Property NeedsCleaning; Property MediaIsLocked; Property Security; Property LastCleaned; Property MaxAccessTime; Property UncompressedDataRate; Property LoadTime; Property UnloadTime; Property MountCount; Property TimeOfLastMount; Property TotalMountTime; Property UnitsDescription; Property MaxUnitsBeforeCleaning; Property UnitsUsed; // CIM_DiskDrive features: CIMPLE_CLASS(CIM_DiskDrive) }; typedef CIM_EnabledLogicalElement_RequestStateChange_method CIM_DiskDrive_RequestStateChange_method; typedef CIM_LogicalDevice_SetPowerState_method CIM_DiskDrive_SetPowerState_method; typedef CIM_LogicalDevice_Reset_method CIM_DiskDrive_Reset_method; typedef CIM_LogicalDevice_EnableDevice_method CIM_DiskDrive_EnableDevice_method; typedef CIM_LogicalDevice_OnlineDevice_method CIM_DiskDrive_OnlineDevice_method; typedef CIM_LogicalDevice_QuiesceDevice_method CIM_DiskDrive_QuiesceDevice_method; typedef CIM_LogicalDevice_SaveProperties_method CIM_DiskDrive_SaveProperties_method; typedef CIM_LogicalDevice_RestoreProperties_method CIM_DiskDrive_RestoreProperties_method; typedef CIM_MediaAccessDevice_LockMedia_method CIM_DiskDrive_LockMedia_method; CIMPLE_NAMESPACE_END #endif /* _cimple_CIM_DiskDrive_h */