Edit

Share via


CIM Property Qualifiers for MIB Objects

The SNMP Provider uses the following CIM property qualifiers when mapping MIB object definitions to CIM class definitions. A mandatory qualifier must be present for the SNMP Provider to fully resolve a MIB object. Failure to define a mandatory qualifier returns an error. Specifying an illegal qualifier value also returns an error.

Note

For more information about installing the provider, see Setting up the WMI SNMP Environment.

Qualifier Description
Bits stringMandatory, if the Textual_Convention qualifier does not equal BITS.
Enumerated values for the subtype definition of a bit.
Cimtype stringMandatory
CIM textual representation that formats an underlying CIM protocol value.
Defval stringOptional
Object's default value.
Description stringOptional
Description of the object.
Display_Hint stringOptional
Manner in which the object's data should appear to a user.
Encoding stringOptional
SNMP type used when encoding SNMPv1 and SNMPv2C protocol frames.
Enumeration stringMandatory, if the Textual_Convention qualifier does not equal ENUMERATEDINTEGER.
Enumerated values for an enumerated integer subtype definition.
Fixed_Length uint32Optional
Fixed-length value.
Key BoolOptional
Key property of a class definition.
Key_Order uint32Optional, unless Key is specified.
Order of the key property in the class definition.
Name stringMandatory
Implicit name of the property. Note that this qualifier is not explicitly defined.
Object_Identifier stringMandatory
Object's MIB object identifier.
Object_Syntax stringOptional
Object's named type definition.
Read BoolOptional (at least one of Read or Write must be specified)
Grants read access to the object.
Reference stringOptional
Refers to another document that contains more information about the object.
Status stringOptional
Indicates whether the object must be supported.
Textual_Convention stringMandatory
Textual representation of the SYNTAX clause of the MIB OBJECT-TYPE macro.
Units stringOptional
Precise definition of what the object represents.
Variable_Length stringOptional
Minimum, maximum, and fixed-length values associated with the object's type definition.
Variable_Value stringOptional
Ranged and fixed values associated with the object's type definition.
Virtual_Key BoolOptional
Indicates that the property's value should be based on the superset of instance information associated with all accessible MIB objects in the class definition.
Write BoolOptional (at least one of Read or Write must be specified)
Grants write access to the object.