// Copyright (c) 2005 DMTF. All rights reserved. [Association, Experimental, Version ( "2.10.0" ), UMLPackagePath ( "CIM::Event" ), Description ( "CIM_LogOfIndication defines an individual log which can record " "the Indications received from an IndicationSubscription." )] class CIM_LogOfIndication { [Key, Description ( "TheListenerDestination that handles logging of " "Indication subscriptions to the referenced CIM_Log." )] CIM_ListenerDestinationLog REF ListenerDestination; [Key, Min ( 1 ), Description ( "A CIM_Log where Indications are recorded." )] CIM_Log REF Log; };