BACK TO INDEX

CIM_IRQ
The CIM_IRQ class represents an Intel architecture IRQ
NameSpace Path
\ROOT\CIMV2
PROPERTYSMS_REPORTCIMTYPEDESCRIPTION
AvailabilityUInt16Availability of the IRQ.
CaptionStringThe Caption property is a short textual description (one-line string) of the object.
CreationClassNameStringCreationClassName 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.
CSCreationClassNameStringCSCreationClassName contains the scoping computer system's creation class name.
CSNameStringCSName contains the scoping computer system's name.
DescriptionStringThe Description property provides a textual description of the object.
InstallDateDateTimeThe InstallDate property is datetime value indicating when the object was installed. A lack of a value does not indicate that the object is not installed.
IRQNumberUInt32A part of the object's key value, IRQ Number.
NameStringThe Name property defines the label by which the object is known. When subclassed, the Name property can be overridden to be a Key property.
ShareableBooleanBoolean indicating whether the IRQ can be shared.
StatusStringThe Status property is a string indicating the current status of the object. Various operational and non-operational statuses can be defined. Operational statuses are "OK", "Degraded" and "Pred Fail". "Pred Fail" indicates that an element may be functioning properly but predicting a failure in the near future. An example is a SMART-enabled hard drive. Non-operational statuses can also be specified. These are "Error", "Starting", "Stopping" and "Service". The latter, "Service", could apply during mirror-resilvering of a disk, reload of a user permissions list, or other administrative work. Not all such work is on-line, yet the managed element is neither "OK" nor in one of the other states.
TriggerLevelUInt16IRQ trigger level indicating whether the interrupt is triggered by the hardware signal going high (value=4) or low (value=3). Also, "Other" (1) and "Unknown" (2) may be defined.
TriggerTypeUInt16IRQ trigger type indicating whether edge (value=4) or level triggered (value=3) interrupts occur. Also, "Other" (1) and "Unknown" (2) may be defined.
SAMPLE DATA INSTANCE
   [LOCALE(1033): ToInstance Amended]
   instance of Win32_IRQResource
   {
    Availability = 2;
    Caption = "IRQ 9";
    CreationClassName = "Win32_IRQResource";
    CSCreationClassName = "Win32_ComputerSystem";
    CSName = "SCCM01";
    Description = "IRQ 9";
    Hardware = TRUE;
    IRQNumber = 9;
    Name = "IRQ9";
    Status = "OK";
    TriggerLevel = 2;
    TriggerType = 2;
   };