// Copyright (c) 2011 DMTF. All rights reserved. [Association, Abstract, Version ( "2.28.0" ), UMLPackagePath ( "CIM::Device::ProtocolController" ), Description ( "This association indicates a subclass of LogicalDevice (for " "example a Storage Volume) is connected through a specific " "ProtocolController. In many situations (for example storage " "LUN masking), there may be many of these associations used to " "relate to different objects. Therefore subclasses have been " "defined to optimize enumeration of the associations." )] class CIM_ProtocolControllerForDevice : CIM_AbstractProtocolControllerForDevice { [Override ( "Antecedent" ), Description ( "The ProtocolController." )] CIM_ProtocolController REF Antecedent; [Override ( "Dependent" ), Description ( "The controlled Device." )] CIM_LogicalDevice REF Dependent; };