(file) Return to CIM_ComputerSystemNodeCapabilities.mof CVS log (file) (dir) Up to [Pegasus] / pegasus / Schemas / CIM231 / DMTF / System

 1 marek 1.1 // Copyright (c) 2005 DMTF.  All rights reserved.
 2           // <change cr="ArchCR00066.004" type="add">Add UmlPackagePath
 3           // qualifier values to CIM Schema.</change>
 4           // ==================================================================
 5           //  CIM_ComputerSystemNodeCapabilities 
 6           // ==================================================================
 7              [Version ( "2.7.2" ), 
 8               UMLPackagePath ( "CIM::System::SystemElements" ), 
 9               Description ( 
10                  "Indicates general capabilities of a ComputerSystem node, such "
11                  "as the ability to support a battery (and be portable), and ECC "
12                  "memory. To tie these capabilities to a ComputerSystem "
13                  "instance, the ElementCapabilities association is used." )]
14           class CIM_ComputerSystemNodeCapabilities : CIM_Capabilities {
15           
16                 [Required, Description ( 
17                     "Enumeration indicating whether a battery is installable/ "
18                     "supportable on this System. This is independent of "
19                     "whether one is currently installed. The latter is "
20                     "indicated by an instance of the CIM_Battery class "
21                     "associated using the SystemDevice relationship." ), 
22 marek 1.1        ValueMap { "0", "2", "3" }, 
23                  Values { "Unknown", "Battery Supported", 
24                     "Battery Not Supported" }]
25              uint16 BatterySupported;
26           
27                 [Required, Description ( 
28                     "Enumeration indicating whether ECC single or multi-bit "
29                     "memory is supported on this node. This is independent of "
30                     "whether ECC memory is actually installed. The latter is "
31                     "indicated by an instance of CIM_PhysicalMemory that "
32                     "\'Realizes\' the CIM_Memory of the System (associated "
33                     "using SystemDevice)." ), 
34                  ValueMap { "0", "2", "3" }, 
35                  Values { "Unknown", "Single-bit ECC", "Multi-bit ECC" }, 
36                  MappingStrings { "MIF.DMTF|Physical Memory|002.10" }]
37              uint16 ECCSupported;
38           
39           
40           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2