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

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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2