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

 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_SystemStatisticalInformation 
 6           // ==================================================================
 7              [Version ( "2.6.0" ), 
 8               UMLPackagePath ( "CIM::Core::Statistics" ), 
 9               Description ( 
10                  "Statistical information associated with a System object or one "
11                  "of its subclasses." )]
12           class CIM_SystemStatisticalInformation : CIM_StatisticalInformation {
13           
14                 [Key, Description ( "The scoping System\'s CreationClassName." ), 
15                  MaxLen ( 256 ), 
16                  Propagated ( "CIM_System.CreationClassName" )]
17              string SystemCreationClassName;
18           
19                 [Key, Description ( "The scoping System\'s Name." ), 
20                  MaxLen ( 256 ), 
21                  Propagated ( "CIM_System.Name" )]
22 marek 1.1    string SystemName;
23           
24                 [Key, Description ( 
25                     "CreationClassName indicates the name of the class or the "
26                     "subclass used in the creation of an instance. When used "
27                     "with the other key properties of this class, this "
28                     "property allows all instances of this class and its "
29                     "subclasses to be uniquely identified." ), 
30                  MaxLen ( 256 )]
31              string CreationClassName;
32           
33                 [Key, Override ( "Name" ), 
34                  Description ( 
35                     "The Name property, inherited from "
36                     "StatisticalInformation, serves as part of the object "
37                     "key." ), 
38                  MaxLen ( 256 )]
39              string Name;
40           
41           
42           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2