Class CIM_Namespace


CIM_ManagedElement


Description

Namespace provides a domain (in other words, a container), in which the instances [of a class]are guaranteed to be unique per the KEY qualifier definitions. It is named relative to the CIM_ObjectManager implementation that provides such a domain.

Subclasses

IBMTSDS_Namespace IBMTSDS_NamespaceInterop

Referenced By

CIM_NamespaceInManager

Properties

IdTypeRangeDescription
Key
CreationClassName string
Max Length256
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.
Name string
Max Length256
A string to uniquely identify the Namespace within the ObjectManager.
ObjectManagerCreationClassName string
Max Length256
The scoping ObjectManager's CreationClassName.
ObjectManagerName string
Max Length256
The scoping ObjectManager's Name.
SystemCreationClassName string
Max Length256
The scoping System's CreationClassName.
SystemName string
Max Length256
The scoping System's Name.
Read Only
Read Write
ClassInfo uint16
Unknown0
Other1
CIM 1.02
CIM 2.03
CIM 2.14
CIM 2.25
CIM 2.36
CIM 2.47
CIM 2.58
CIM 2.69
CIM 2.710
CIM 2.811
DMI Recast200
SNMP Recast201
CMIP Recast202
Enumeration indicating the organization/schema of the Namespace's objects. For example, they may be instances of classes of a specific CIM version.
ClassType uint16
Unknown0
Other1
CIM2
DMI Recast200
SNMP Recast201
CMIP Recast202
Enumeration indicating the schema of the Namespace's objects. For example, they may be instances of classes of a specific CIM version or a mapping from another standard, such as SNMP. If'Other'is selected, the DescriptionOfClassType property MUST be populated.
ClassTypeVersion string
The version of the objects in this namespace. The string representing the version MUST be in the form:M +"."+ N +"."+ UWhere:M - The major version (in numeric form)N - The minor version (in numeric form)U - The update (e.g. errata, patch, ..., in numeric form)
DescriptionOfClassInfo string
A string providing more detail (beyond the general classification in ClassInfo) for the object hierarchy of the Namespace.
DescriptionOfClassType string
A string providing more detail (beyond the general classification in ClassInfo) for the object hierarchy of the Namespace.
 
Inherited from class CIM_ManagedElement
Caption, Description, ElementName
 

Method Summary

NameDescription
 

Method Detail