WMI Property Qualifier Definitions in Mgmt.mof
The WMI qualifiers that are defined in Mgmt.mof specify some of the data formats that the iSCSI discovery library and other management software can use to report information that is retrieved from iSCSI initiators.
The Mgmt.mof file defines the following WMI property qualifiers:
ISCSI_CONNECTION_STATE_TYPE_QUALIFIERS
ISCSI_CONNECTION_PROTOCOL_TYPE_QUALIFIERS
ISCSI_HEADER_INTEGRITY_TYPE_QUALIFIERS
ISCSI_DATA_INTEGRITY_TYPE_QUALIFIERS
ISCSI_INITIATOR_NODE_FAILURE_TYPE_QUALIFIERS
ISCSI_INITIATOR_FAILURE_TYPE_QUALIFIERS
If you apply one of the preceding qualifiers to a data field in a WMI class definition, it indicates that you can assign any of the integer values that are indicated in the definition of the qualifier to the corresponding structure member.
Thus, a WMI property qualifier resembles an enumeration because the qualifier represents a set of integer values. But the WMI tool suite does not generate an enumeration declaration in Iscsimgt.h that corresponds to the qualifiers in Mgmt.mof, neither does it generate a set of symbolic constant definitions that correspond to the qualifier values.
For a general discussion of WMI property qualifiers, see WMI Property Qualifiers.