// Copyright (c) 2005 DMTF. All rights reserved. [Association, Aggregation, Composition, Version ( "2.7.0" ), UMLPackagePath ( "CIM::System::SystemResources" ), Description ( "An association between a ComputerSystem and the IRQs available on it." )] class CIM_ComputerSystemIRQ : CIM_ComputerSystemResource { [Aggregate, Override ( "GroupComponent" ), Min ( 1 ), Max ( 1 ), Description ( "The ComputerSystem." )] CIM_ComputerSystem REF GroupComponent; [Override ( "PartComponent" ), Weak, Description ( "An IRQ of the ComputerSystem." )] CIM_IRQ REF PartComponent; };