Class Hierarchy
Class Attributes
Class Qualifiers
Properties
Methods
Associations in which the class can participate
Sub Profiling Summary
CIM_LogRecord --> CIM_RecordForLog --> CIM_ManagedElement --> [top]
Class Declaration Attributes Name Value SUPERCLASS CIM_RecordForLog NAME CIM_LogRecord
Class CIM_LogRecord Qualifiers Name Type Value From Class Version string 2.11.0 CIM_LogRecord Description string The LogRecord object can describe the definitional format for entries in a MessageLog, or can be used to instantiate the actual records in the Log. The latter approach provides a great deal more semantic definition and management control over the individual entries in a MessageLog, than do the record manipulation methods of the Log class. It is recommended that the data in individual Log entries be modeled using subclasses of LogRecord, to avoid the creation of LogRecords with one property (such as RecordData) without semantics. Definitional formats for LogRecords could be specified by establishing a naming convention for the RecordID and Message Timestamp key properties. CIM_LogRecord Description string The RecordForLog class is used to instantiate records to be aggregated to a Log. CIM_RecordForLog Description string ManagedElement is an abstract class that provides a common superclass (or top of the inheritance tree) for the non-association classes in the CIM Schema. CIM_ManagedElement
Properties Name Type Value Qualifiers ClassOrigin LogCreationClassName string Key
Propagated
Description
MaxLenCIM_LogRecord LogName string Key
Propagated
Description
MaxLenCIM_LogRecord CreationClassName string Key
Description
MaxLenCIM_LogRecord RecordID string Key
Description
MaxLenCIM_LogRecord MessageTimestamp datetime Key
DescriptionCIM_LogRecord DataFormat string Deprecated
DescriptionCIM_LogRecord RecordFormat string Description
ModelCorrespondenceCIM_RecordForLog RecordData string Description
ModelCorrespondenceCIM_RecordForLog Locale string Deprecated
DescriptionCIM_RecordForLog Caption string Description
MaxLenCIM_ManagedElement Description string Description CIM_ManagedElement ElementName string Description CIM_ManagedElement Property Qualifiers
Property LogCreationClassName Qualifiers Name Type Value From Class Key boolean true CIM_LogRecord Propagated string CIM_MessageLog.CreationClassName CIM_LogRecord Description string The scoping Log ’ s CreationClassName. CIM_LogRecord MaxLen uint32 256 CIM_LogRecord
Property LogName Qualifiers Name Type Value From Class Key boolean true CIM_LogRecord Propagated string CIM_MessageLog.Name CIM_LogRecord Description string The scoping Log ’ s Name. CIM_LogRecord MaxLen uint32 256 CIM_LogRecord
Property CreationClassName Qualifiers Name Type Value From Class Key boolean true CIM_LogRecord Description string CreationClassName indicates the name of the class or the subclass used in the creation of an instance. When used with the other key properties of this class, this property allows all instances of this class and its subclasses to be uniquely identified. CIM_LogRecord MaxLen uint32 256 CIM_LogRecord
Property RecordID Qualifiers Name Type Value From Class Key boolean true CIM_LogRecord Description string RecordID, with the MessageTimestamp property, serve to uniquely identify the LogRecord within a MessageLog. Note that this property is different than the RecordNumber parameters of the MessageLog methods. The latter are ordinal values only, useful to track position when iterating through a Log. On the other hand, RecordID is truly an identifier for an instance of LogRecord. It may be set to the record ’ s ordinal position, but this is not required. CIM_LogRecord MaxLen uint32 256 CIM_LogRecord
Property MessageTimestamp Qualifiers Name Type Value From Class Key boolean true CIM_LogRecord Description string A LogRecord ’ s key structure includes a timestamp for the entry. If the timestamp for the entry is unknown, the value 99990101000000.000000+000 SHOULD be used. CIM_LogRecord
Property DataFormat Qualifiers Name Type Value From Class Description string A free-form string describing the LogRecord ’ s data structure. CIM_LogRecord
Property RecordFormat Qualifiers Name Type Value From Class Description string A string describing the data structure of the information in the property, RecordData. If the RecordFormat string is < empty > , RecordData should be interpreted as a free-form string. To describe the data structure of RecordData, the RecordFormat string should be constructed as follows: - The first character is a delimiter character and is used to parse the remainder of the string into sub-strings. - Each sub-string is separated by the delimiter character and should be in the form of a CIM property declaration (i.e., datatype and property name). This set of declarations may be used to interpret the similarly delimited RecordData property. For example, using a ’ * ’ delimiter, RecordFormat = " *string ThisDay*uint32 ThisYear*datetime SomeTime " may be used to interpret: RecordData = " *This is Friday*2002*20020807141000.000000-300 " . CIM_RecordForLog ModelCorrespondence string CIM_RecordForLog.RecordData CIM_RecordForLog
Property RecordData Qualifiers Name Type Value From Class Description string A string containing LogRecord data. If the corresponding RecordFormat property is < empty > , or cannot be parsed according to the recommended format, RecordData should be interpreted as a free-form string. If the RecordFormat property contains parseable format information (as recommended in the RecordFormat Description qualifier), the RecordData string SHOULD be parsed in accordance with this format. In this case, RecordData SHOULD begin with the delimiter character and this character SHOULD be used to separate substrings in the manner described. The RecordData string can then be parsed by the data consumer and appropriately typed. CIM_RecordForLog ModelCorrespondence string CIM_RecordForLog.RecordFormat CIM_RecordForLog
Property Locale Qualifiers Name Type Value From Class Description string This property is being deprecated to avoid conflicts with localization implementations using CIM/XML over HTTP protocol, the preferred mechanism. A locale indicates a particular geographical, political, or cultural region. The Locale specifies the language used in creating the RecordForLog data. If the Locale property is empty, it is assumed that the default locale is en_US (English). The locale string consists of three sub-strings, separated by underscores: - The first sub-string is the language code, as specified in ISO639. - The second sub-string is the country code, as specified in ISO3166. - The third sub-string is a variant, which is vendor specific. For example, US English appears as: " en_US_WIN " , where the " WIN " variant would specify a Windows browser-specific collation (if one exists). Since the variant is not standardized, it is not commonly used and generally is limited to easily recognizable values ( " WIN " , " UNIX " , " EURO " , etc.) used in standard environments. The language and country codes are required; the variant may be empty. CIM_RecordForLog
Property Caption Qualifiers Name Type Value From Class Description string The Caption property is a short textual description (one- line string) of the object. CIM_ManagedElement MaxLen uint32 64 CIM_ManagedElement
Property Description Qualifiers Name Type Value From Class Description string The Description property provides a textual description of the object. CIM_ManagedElement
Property ElementName Qualifiers Name Type Value From Class Description string A user-friendly name for the object. This property allows each instance to define a user-friendly name in addition to its key properties, identity data, and description information. Note that the Name property of ManagedSystemElement is also defined as a user-friendly name. But, it is often subclassed to be a Key. It is not reasonable that the same property can convey both identity and a user-friendly name, without inconsistencies. Where Name exists and is not a Key (such as for instances of LogicalDevice), the same information can be present in both the Name and ElementName properties. CIM_ManagedElement
Method Qualifiers
Parameters
Parameter Qualifiers