3.5. TypesAs you can see, some managed objects are typed, while others are categorized. Actually, typed objects are also indirectly categorized (in addition to being typed) because all Types are themselves in Categories, but it’s easier to just say “typed objects”, and also saying “typed and categorized objects” leads to ambiguity about whether you are also talking about the objects that are categorized but not typed.
Typed objects are those for which there is a “type object” that describes many of the attributes of the typed object.
For example, an Equipment Type object describes many key attributes that all equipment objects of that type share, such as physical dimensions, number of ports, and model number.
It is important not to confuse these type objects with their corresponding instance objects (we use the term instance object when we want to make sure there is no confusion with the corresponding type object).
For example:
You can use the following to relate the Category, Type and Instances definitions in IRM to real world objects:
|