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

 1 marek 1.1 // Copyright (c) 2008 DMTF.  All rights reserved.
 2              [Version ( "2.19.0" ), 
 3               UMLPackagePath ( "CIM::System::Logs" ), 
 4               Description ( 
 5                  "RecordLog serves as an aggregation point for LogRecord "
 6                  "objects. This class presents a higher level view of a log than "
 7                  "its peer class MessageLog (which uses iterators) and "
 8                  "introduces a new key structure. Access to records in this log "
 9                  "is achieved through the use of the standard CIM Operations "
10                  "defined as part of WBEM." )]
11           class CIM_RecordLog : CIM_Log {
12           
13                 [Key, Override ( "InstanceID" ), 
14                  Description ( 
15                     "Within the scope of the instantiating Namespace, "
16                     "InstanceID opaquely and uniquely identifies an instance "
17                     "of this class. \n"
18                     "In order to ensure uniqueness within the NameSpace, the "
19                     "value of InstanceID SHOULD be constructed using the "
20                     "following \'preferred\' algorithm: \n"
21                     "<OrgID>:<LocalID> \n"
22 marek 1.1           "Where <OrgID> and <LocalID> are separated by a colon "
23                     "\':\', and where <OrgID> MUST include a copyrighted, "
24                     "trademarked or otherwise unique name that is owned by "
25                     "the business entity creating/defining the InstanceID, or "
26                     "is a registered ID that is assigned to the business "
27                     "entity by a recognized global authority (This is similar "
28                     "to the <Schema Name>_<Class Name> structure of Schema "
29                     "class names.) In addition, to ensure uniqueness <OrgID> "
30                     "MUST NOT contain a colon (\':\'). When using this "
31                     "algorithm, the first colon to appear in InstanceID MUST "
32                     "appear between <OrgID> and <LocalID>. \n"
33                     "<LocalID> is chosen by the business entity and SHOULD "
34                     "not be re-used to identify different underlying "
35                     "(real-world) elements. If the above \'preferred\' "
36                     "algorithm is not used, the defining entity MUST assure "
37                     "that the resultant InstanceID is not re-used across any "
38                     "InstanceIDs produced by this or other providers for this "
39                     "instance\'s NameSpace. \n"
40                     "For DMTF defined instances, the \'preferred\' algorithm "
41                     "MUST be used with the <OrgID> set to \'CIM\'." )]
42              string InstanceID;
43 marek 1.1 
44           
45           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2