CIM classes

As described elsewhere, WBEM just provides remote API over set of protocols. This API is object oriented and here you can find list of all classes that are remotely accessible.

The list is organized into inheritance tree(s).

└── CIM_Component
          ├── CIM_OrderedComponent
          │        └── LMI_OrderedIPAssignmentComponent
          ├── CIM_DirectoryContainsFile
          │        └── LMI_DirectoryContainsFile
          ├── CIM_SoftwareFeatureSoftwareElements
          │        └── CIM_BIOSFeatureBIOSElements
          │                  └── LMI_BIOSFeatureBIOSElements
          ├── CIM_SettingsDefineCapabilities
          │        ├── LMI_SettingsDefineManagementCapabilities
          │        └── LMI_SettingsDefineAccountCapabilities
          ├── CIM_SystemComponent
          │        ├── CIM_HostedFileSystem
          │        │        └── LMI_HostedFileSystem
          │        ├── CIM_SystemBIOS
          │        │        └── LMI_SystemBIOS
          │        ├── CIM_AccountOnSystem
          │        │        └── LMI_AccountOnSystem
          │        └── CIM_SystemDevice
          │                  ├── LMI_NetworkSystemDevice
          │                  ├── LMI_PCIDeviceSystemDevice
          │                  ├── LMI_SystemStorageDevice
          │                  ├── LMI_MemorySystemDevice
          │                  ├── LMI_PCIPortSystemDevice
          │                  ├── LMI_BatterySystemDevice
          │                  ├── LMI_ProcessorSystemDevice
          │                  ├── LMI_PCIBridgeSystemDevice
          │                  └── LMI_DiskDriveSystemDevice
          ├── CIM_AssociatedComponentExtent
          │        └── LMI_VGAssociatedComponentExtent
          ├── CIM_Container
          │        ├── LMI_SystemSlotContainer
          │        ├── LMI_DiskPhysicalPackageContainer
          │        ├── LMI_BaseboardContainer
          │        ├── LMI_PhysicalBatteryContainer
          │        ├── LMI_MemorySlotContainer
          │        ├── LMI_PortPhysicalConnectorContainer
          │        ├── LMI_ProcessorChipContainer
          │        └── LMI_PhysicalMemoryContainer
          └── LMI_RootDirectory

          └── LMI_StorageElementStatisticalData

          ├── LMI_AffectedSoftwareJobElement
          ├── LMI_AffectedStorageJobElement
          ├── LMI_AffectedNetworkJobElement
          └── LMI_AffectedSELinuxJobElement



          ├── LMI_AssociatedSoftwareJobMethodResult
          ├── LMI_AssociatedSELinuxJobMethodResult
          └── LMI_AssociatedStorageJobMethodResult

│        └── LMI_MediaPresent
│        └── CIM_AssociatedCacheMemory
│                  └── LMI_AssociatedProcessorCacheMemory
│        └── LMI_ResidesOnExtent
│        └── CIM_PackageInConnector
│                  └── LMI_MemoryPhysicalPackageInConnector
│        └── LMI_FanAssociatedSensor
├── LMI_MountPoint
│        └── LMI_DiskDriveElementSoftwareIdentity
│        └── CIM_ElementAllocatedFromPool
│                  └── CIM_AllocatedFromStoragePool
│                            ├── LMI_LVAllocatedFromStoragePool
│                            └── LMI_VGAllocatedFromStoragePool
│        ├── CIM_HostedAccessPoint
│        │        ├── LMI_HostedSoftwareIdentityResource
│        │        └── LMI_NetworkHostedAccessPoint
│        ├── CIM_HostedService
│        │        ├── LMI_HostedIPConfigurationService
│        │        ├── LMI_HostedSSSDService
│        │        ├── LMI_HostedSystemService
│        │        ├── LMI_HostedStorageService
│        │        ├── LMI_HostedAccountManagementService
│        │        ├── LMI_HostedSoftwareInstallationService
│        │        ├── LMI_HostedSELinuxService
│        │        ├── LMI_HostedRealmdService
│        │        └── LMI_HostedPowerManagementService
│        └── CIM_HostedCollection
│                  ├── LMI_PCIPortHostedCollection
│                  ├── LMI_HostedSoftwareCollection
│                  └── LMI_HostedStorageStatisticsCollection
├── LMI_HostedMount
│        └── LMI_RouteUsesEndpoint
│        └── CIM_BasedOn
│                  ├── LMI_MDRAIDBasedOn
│                  ├── LMI_PartitionBasedOn
│                  ├── LMI_LVBasedOn
│                  └── LMI_LUKSBasedOn
├── CIM_Realizes
│        ├── LMI_PhysicalMemoryRealizes
│        ├── LMI_ProcessorChipRealizes
│        ├── LMI_PhysicalBatteryRealizes
│        └── LMI_DiskDriveRealizes
│        └── LMI_NetworkRemoteAccessAvailableToElement
│        └── CIM_ComputerSystemPackage
│                  └── LMI_ChassisComputerSystemPackage
│        └── CIM_ControlledBy
│                  └── LMI_PCIControlledBy
│        ├── CIM_EndpointForIPNetworkConnection
│        │        └── LMI_EndpointForIPNetworkConnection
│        ├── CIM_BindsTo
│        │        ├── CIM_BindsToLANEndpoint
│        │        │        └── LMI_BindsToLANEndpoint
│        │        └── LMI_LinkAggregationBindsTo
│        └── LMI_NetworkSAPSAPDependency
│        └── CIM_ForwardsAmong
│                  └── CIM_SwitchesAmong
│                            └── LMI_SwitchesAmong
│        ├── LMI_DiskDriveDeviceSAPImplementation
│        └── LMI_NetworkDeviceSAPImplementation
          └── LMI_InstalledPartitionTable



          ├── CIM_InstModification
          │        ├── LMI_NetworkInstModification
          │        ├── LMI_ServiceInstanceModificationIndication
          │        ├── LMI_SoftwareInstModification
          │        ├── LMI_SELinuxInstModification
          │        └── LMI_StorageInstModification
          ├── CIM_InstCreation
          │        ├── LMI_SoftwareInstCreation
          │        ├── LMI_JournalLogRecordInstanceCreationIndication
          │        ├── LMI_SELinuxInstCreation
          │        ├── LMI_AccountInstanceCreationIndication
          │        ├── LMI_StorageInstCreation
          │        └── LMI_NetworkInstCreation
          ├── CIM_InstMethodCall
          └── CIM_InstDeletion
                    ├── LMI_SELinuxInstDeletion
                    ├── LMI_SoftwareInstDeletion
                    ├── LMI_NetworkInstDeletion
                    └── LMI_AccountInstanceDeletionIndication


│        └── LMI_EndpointIdentity
│        └── LMI_LinkAggregationConcreteIdentity
          └── LMI_FileIdentity

├── LMI_SSSDDomain
├── CIM_Identity
│        └── LMI_Identity
├── CIM_SettingData
│        ├── CIM_IPAssignmentSettingData
│        │        ├── LMI_IPAssignmentSettingData
│        │        │        ├── LMI_BondingMasterSettingData
│        │        │        ├── LMI_BridgingSlaveSettingData
│        │        │        ├── LMI_BridgingMasterSettingData
│        │        │        ├── LMI_BondingSlaveSettingData
│        │        │        └── LMI_IPRouteSettingData
│        │        ├── CIM_ExtendedStaticIPAssignmentSettingData
│        │        │        └── LMI_ExtendedStaticIPAssignmentSettingData
│        │        ├── CIM_DHCPSettingData
│        │        │        └── LMI_DHCPSettingData
│        │        └── CIM_DNSSettingData
│        │                  └── LMI_DNSSettingData
│        ├── CIM_IPVersionSettingData
│        │        └── LMI_IPVersionSettingData
│        ├── LMI_MountedFileSystemSetting
│        ├── CIM_FileSystemSetting
│        │        └── LMI_FileSystemSetting
│        ├── CIM_StorageSetting
│        │        └── LMI_StorageSetting
│        │                  ├── LMI_VGStorageSetting
│        │                  ├── LMI_MDRAIDStorageSetting
│        │                  └── LMI_LVStorageSetting
│        ├── CIM_AccountSettingData
│        │        └── LMI_AccountSettingData
│        └── LMI_DiskPartitionConfigurationSetting
│        ├── LMI_SSSDBackend
│        ├── LMI_SSSDResponder
│        └── LMI_SSSDMonitor
│        └── LMI_MethodResult
│                  ├── LMI_SELinuxMethodResult
│                  ├── LMI_SoftwareMethodResult
│                  └── LMI_StorageMethodResult
├── CIM_Check
│        └── CIM_FileSpecification
│                  └── LMI_SoftwareIdentityFileCheck
│        ├── CIM_DiskPartitionConfigurationCapabilities
│        │        └── LMI_DiskPartitionConfigurationCapabilities
│        ├── CIM_SoftwareInstallationServiceCapabilities
│        │        └── LMI_SoftwareInstallationServiceCapabilities
│        ├── CIM_FileSystemCapabilities
│        │        └── LMI_FileSystemCapabilities
│        ├── CIM_FileSystemConfigurationCapabilities
│        │        └── LMI_FileSystemConfigurationCapabilities
│        ├── CIM_StatisticsCapabilities
│        │        └── CIM_BlockStatisticsCapabilities
│        │                  └── LMI_BlockStatisticsCapabilities
│        ├── CIM_PowerManagementCapabilities
│        │        └── LMI_PowerManagementCapabilities
│        ├── LMI_MountedFileSystemCapabilities
│        ├── CIM_StorageCapabilities
│        │        ├── LMI_VGStorageCapabilities
│        │        ├── LMI_LVStorageCapabilities
│        │        └── LMI_MDRAIDStorageCapabilities
│        └── CIM_EnabledLogicalElementCapabilities
│                  ├── LMI_EnabledAccountCapabilities
│                  ├── CIM_ProcessorCapabilities
│                  │        └── LMI_ProcessorCapabilities
│                  ├── LMI_IPNetworkConnectionCapabilities
│                  ├── LMI_NetworkEnabledLogicalElementCapabilities
│                  └── CIM_AccountManagementCapabilities
│                            └── LMI_AccountManagementCapabilities
│        └── CIM_LogRecord
│                  └── LMI_JournalLogRecord
│        ├── CIM_LogicalElement
│        │        ├── CIM_LogicalFile
│        │        │        ├── CIM_FIFOPipeFile
│        │        │        │        └── LMI_FIFOPipeFile
│        │        │        ├── CIM_DeviceFile
│        │        │        │        └── CIM_UnixDeviceFile
│        │        │        │                  └── LMI_UnixDeviceFile
│        │        │        ├── CIM_Directory
│        │        │        │        └── CIM_UnixDirectory
│        │        │        │                  └── LMI_UnixDirectory
│        │        │        ├── CIM_DataFile
│        │        │        │        ├── LMI_UnixSocket
│        │        │        │        └── LMI_DataFile
│        │        │        └── CIM_SymbolicLink
│        │        │                  └── LMI_SymbolicLink
│        │        ├── CIM_EnabledLogicalElement
│        │        │        ├── CIM_Account
│        │        │        │        └── LMI_Account
│        │        │        ├── CIM_Log
│        │        │        │        └── CIM_MessageLog
│        │        │        │                  └── LMI_JournalMessageLog
│        │        │        ├── LMI_DataFormat
│        │        │        │        ├── LMI_PVFormat
│        │        │        │        ├── LMI_EncryptionFormat
│        │        │        │        │        └── LMI_LUKSFormat
│        │        │        │        └── LMI_MDRAIDFormat
│        │        │        ├── CIM_Service
│        │        │        │        ├── LMI_Service
│        │        │        │        ├── CIM_SoftwareInstallationService
│        │        │        │        │        └── LMI_SoftwareInstallationService
│        │        │        │        ├── CIM_SecurityService
│        │        │        │        │        └── LMI_AccountManagementService
│        │        │        │        ├── LMI_RealmdService
│        │        │        │        ├── CIM_DiskPartitionConfigurationService
│        │        │        │        │        └── LMI_DiskPartitionConfigurationService
│        │        │        │        ├── CIM_StatisticsService
│        │        │        │        │        └── CIM_BlockStatisticsService
│        │        │        │        │                  └── LMI_BlockStatisticsService
│        │        │        │        ├── LMI_SSSDService
│        │        │        │        ├── CIM_StorageConfigurationService
│        │        │        │        │        └── LMI_StorageConfigurationService
│        │        │        │        ├── CIM_FileSystemConfigurationService
│        │        │        │        │        └── LMI_FileSystemConfigurationService
│        │        │        │        ├── CIM_NetworkService
│        │        │        │        │        └── CIM_ForwardingService
│        │        │        │        │                  └── CIM_SwitchService
│        │        │        │        │                            └── LMI_SwitchService
│        │        │        │        ├── CIM_IPConfigurationService
│        │        │        │        │        └── LMI_IPConfigurationService
│        │        │        │        ├── CIM_PowerManagementService
│        │        │        │        │        └── LMI_PowerManagementService
│        │        │        │        ├── LMI_MountConfigurationService
│        │        │        │        ├── LMI_SELinuxService
│        │        │        │        └── LMI_ExtentEncryptionConfigurationService
│        │        │        ├── CIM_LogicalDevice
│        │        │        │        ├── CIM_UserDevice
│        │        │        │        │        └── CIM_PointingDevice
│        │        │        │        │                  └── LMI_PointingDevice
│        │        │        │        ├── CIM_StorageExtent
│        │        │        │        │        ├── CIM_LogicalDisk
│        │        │        │        │        ├── CIM_Memory
│        │        │        │        │        │        ├── LMI_ProcessorCacheMemory
│        │        │        │        │        │        └── LMI_Memory
│        │        │        │        │        ├── CIM_MediaPartition
│        │        │        │        │        │        └── CIM_GenericDiskPartition
│        │        │        │        │        │                  ├── CIM_DiskPartition
│        │        │        │        │        │                  │        └── LMI_DiskPartition
│        │        │        │        │        │                  ├── CIM_VTOCDiskPartition
│        │        │        │        │        │                  ├── CIM_GPTDiskPartition
│        │        │        │        │        │                  └── LMI_GenericDiskPartition
│        │        │        │        │        └── LMI_StorageExtent
│        │        │        │        │                  ├── LMI_LVStorageExtent
│        │        │        │        │                  ├── LMI_EncryptionExtent
│        │        │        │        │                  │        └── LMI_LUKSStorageExtent
│        │        │        │        │                  └── LMI_MDRAIDStorageExtent
│        │        │        │        ├── CIM_PowerSource
│        │        │        │        │        └── CIM_Battery
│        │        │        │        │                  └── LMI_Battery
│        │        │        │        ├── CIM_MediaAccessDevice
│        │        │        │        │        └── CIM_DiskDrive
│        │        │        │        │                  └── LMI_DiskDrive
│        │        │        │        ├── CIM_CoolingDevice
│        │        │        │        │        └── CIM_Fan
│        │        │        │        │                  └── LMI_Fan
│        │        │        │        ├── CIM_Processor
│        │        │        │        │        └── LMI_Processor
│        │        │        │        ├── CIM_Controller
│        │        │        │        │        └── CIM_PCIController
│        │        │        │        │                  └── CIM_PCIDevice
│        │        │        │        │                            ├── CIM_PCIBridge
│        │        │        │        │                            │        └── LMI_PCIBridge
│        │        │        │        │                            └── LMI_PCIDevice
│        │        │        │        ├── CIM_Sensor
│        │        │        │        │        └── CIM_NumericSensor
│        │        │        │        │                  └── LMI_FanSensor
│        │        │        │        └── CIM_LogicalPort
│        │        │        │                  ├── CIM_PCIPort
│        │        │        │                  │        └── LMI_PCIPort
│        │        │        │                  ├── CIM_NetworkPort
│        │        │        │                  │        └── CIM_EthernetPort
│        │        │        │                  │                  └── LMI_EthernetPort
│        │        │        │                  └── CIM_ATAPort
│        │        │        │                            └── LMI_DiskDriveATAPort
│        │        │        ├── CIM_ServiceAccessPoint
│        │        │        │        ├── CIM_IPNetworkConnection
│        │        │        │        │        └── LMI_IPNetworkConnection
│        │        │        │        ├── CIM_ProtocolEndpoint
│        │        │        │        │        ├── CIM_LinkAggregator8023ad
│        │        │        │        │        │        └── LMI_LinkAggregator8023ad
│        │        │        │        │        ├── CIM_SwitchPort
│        │        │        │        │        │        └── LMI_SwitchPort
│        │        │        │        │        ├── CIM_DNSProtocolEndpoint
│        │        │        │        │        │        └── LMI_DNSProtocolEndpoint
│        │        │        │        │        ├── CIM_IPProtocolEndpoint
│        │        │        │        │        │        └── LMI_IPProtocolEndpoint
│        │        │        │        │        ├── CIM_ATAProtocolEndpoint
│        │        │        │        │        │        └── LMI_DiskDriveATAProtocolEndpoint
│        │        │        │        │        ├── CIM_LAGPort8023ad
│        │        │        │        │        │        └── LMI_LAGPort8023ad
│        │        │        │        │        └── CIM_LANEndpoint
│        │        │        │        │                  └── LMI_LANEndpoint
│        │        │        │        └── CIM_RemoteServiceAccessPoint
│        │        │        │                  ├── CIM_SoftwareIdentityResource
│        │        │        │                  │        └── LMI_SoftwareIdentityResource
│        │        │        │                  └── LMI_NetworkRemoteServiceAccessPoint
│        │        │        └── CIM_FileSystem
│        │        │                  └── CIM_LocalFileSystem
│        │        │                            ├── LMI_LocalFileSystem
│        │        │                            └── LMI_TransientFileSystem
│        │        ├── CIM_SoftwareFeature
│        │        │        └── CIM_BIOSFeature
│        │        │                  └── LMI_BIOSFeature
│        │        ├── CIM_ResourcePool
│        │        │        └── CIM_StoragePool
│        │        │                  └── LMI_VGStoragePool
│        │        ├── CIM_SoftwareElement
│        │        │        └── CIM_BIOSElement
│        │        │                  └── LMI_BIOSElement
│        │        ├── CIM_UnixFile
│        │        │        └── LMI_UnixFile
│        │        ├── CIM_Job
│        │        │        └── CIM_ConcreteJob
│        │        │                  ├── LMI_PowerConcreteJob
│        │        │                  └── LMI_ConcreteJob
│        │        │                            ├── LMI_NetworkJob
│        │        │                            ├── LMI_SoftwareJob
│        │        │                            │        ├── LMI_SoftwareInstallationJob
│        │        │                            │        └── LMI_SoftwareVerificationJob
│        │        │                            ├── LMI_SELinuxJob
│        │        │                            └── LMI_StorageJob
│        │        └── CIM_SoftwareIdentity
│        │                  ├── LMI_SoftwareIdentity
│        │                  └── LMI_DiskDriveSoftwareIdentity
│        └── CIM_PhysicalElement
│                  ├── CIM_PhysicalPackage
│                  │        ├── LMI_DiskPhysicalPackage
│                  │        ├── LMI_BatteryPhysicalPackage
│                  │        ├── CIM_Card
│                  │        │        └── LMI_Baseboard
│                  │        ├── CIM_PhysicalFrame
│                  │        │        └── CIM_Chassis
│                  │        │                  └── LMI_Chassis
│                  │        └── LMI_MemoryPhysicalPackage
│                  ├── CIM_PhysicalComponent
│                  │        └── CIM_Chip
│                  │                  ├── CIM_PhysicalMemory
│                  │                  │        └── LMI_PhysicalMemory
│                  │                  └── LMI_ProcessorChip
│                  └── CIM_PhysicalConnector
│                            ├── CIM_Slot
│                            │        ├── LMI_SystemSlot
│                            │        └── LMI_MemorySlot
│                            └── LMI_PortPhysicalConnector
│        ├── LMI_SELinuxBoolean
│        └── LMI_SELinuxPort
├── CIM_Collection
│        ├── CIM_Group
│        │        └── LMI_Group
│        └── CIM_SystemSpecificCollection
│                  ├── CIM_BlockStatisticsManifestCollection
│                  │        └── LMI_BlockStatisticsManifestCollection
│                  ├── CIM_LogicalPortGroup
│                  │        └── CIM_PCIPortGroup
│                  │                  └── LMI_PCIPortGroup
│                  ├── LMI_SystemSoftwareCollection
│                  └── CIM_StatisticsCollection
│                            └── LMI_StorageStatisticsCollection
│        ├── PCP_MetricValue
│        ├── CIM_NetworkPortStatistics
│        │        └── CIM_EthernetPortStatistics
│        │                  └── LMI_EthernetPortStatistics
│        └── CIM_BlockStorageStatisticalData
│                  └── LMI_BlockStorageStatisticalData
├── CIM_Setting
│        └── CIM_SystemSetting
│                  └── LMI_Locale
│        └── CIM_NextHopIPRoute
│                  └── LMI_NextHopIPRoute
          └── LMI_BlockStatisticsManifest


└── LMI_OwningGroup

          ├── LMI_OwningSoftwareJobElement
          ├── LMI_OwningStorageJobElement
          └── LMI_OwningNetworkJobElement




          └── LMI_AssociatedPowerManagementService