Class CIM_ComputerSystemNodeCapabilities
extends CIM_Capabilities

Indicates general capabilities of a ComputerSystem node, such as the ability to support a battery (and be portable), and ECC memory. To tie these capabilities to a ComputerSystem instance, the ElementCapabilities association is used.

Table of Contents
Hierarchy
Direct Known Subclasses
Class Qualifiers
Class Properties
Class Methods


Class Hierarchy

CIM_ManagedElement
   |
   +--CIM_Capabilities
   |
   +--CIM_ComputerSystemNodeCapabilities

Direct Known Subclasses

Class Qualifiers

NameData TypeValue
DescriptionstringIndicates general capabilities of a ComputerSystem node, such as the ability to support a battery (and be portable), and ECC memory. To tie these capabilities to a ComputerSystem instance, the ElementCapabilities association is used.
UMLPackagePathstringCIM::System::SystemElements
Versionstring2.7.2

Class Properties

Local Class Properties

NameData TypeDefault ValueQualifiers
NameData TypeValue
BatterySupporteduint16
DescriptionstringEnumeration indicating whether a battery is installable/ supportable on this System. This is independent of whether one is currently installed. The latter is indicated by an instance of the CIM_Battery class associated using the SystemDevice relationship.
Requiredbooleantrue
ValueMapstring0, 2, 3
ValuesstringUnknown, Battery Supported, Battery Not Supported
ECCSupporteduint16
DescriptionstringEnumeration indicating whether ECC single or multi-bit memory is supported on this node. This is independent of whether ECC memory is actually installed. The latter is indicated by an instance of CIM_PhysicalMemory that 'Realizes' the CIM_Memory of the System (associated using SystemDevice).
MappingStringsstringMIF.DMTF|Physical Memory|002.10
Requiredbooleantrue
ValueMapstring0, 2, 3
ValuesstringUnknown, Single-bit ECC, Multi-bit ECC

Inherited Properties

NameData TypeClass Origin
CaptionstringCIM_ManagedElement
DescriptionstringCIM_ManagedElement
ElementNamestringCIM_Capabilities
InstanceIDstringCIM_Capabilities

Class Methods