(file) Return to CIM_WakeUpServiceOnNetworkPort.mof CVS log (file) (dir) Up to [Pegasus] / pegasus / Schemas / CIM231 / DMTF / Device

 1 karl  1.1.2.2 // Copyright (c) 2005 DMTF.  All rights reserved.
 2               // <change cr="CIMCoreCR00752.000" type ="change">Update of
 3               // descriptions based on Tech Edit review.</
 4               // <change cr="ArchCR00066.004" type="add">Add UmlPackagePath
 5               // qualifier values to CIM Schema.</change>
 6               // ==================================================================
 7               //  CIM_WakeUpServiceOnNetworkPort
 8               // ==================================================================
 9                  [Association, Version ( "2.10.0" ), 
10                   UMLPackagePath ( "CIM::Device::Ports" ), 
11                   Description ( 
12                      "WakeUpServiceOnNetworkPort defines where the WakeUpService is "
13                      "implemented. Currently, the Service can either employ a Modem "
14                      "or a NetworkPort for wakeup." )]
15               class CIM_WakeUpServiceOnNetworkPort : CIM_DeviceServiceImplementation {
16               
17                     [Override ( "Antecedent" ), 
18                      Max ( 1 ), 
19                      Description ( "The NetworkPort that implements the Service." )]
20                  CIM_NetworkPort REF Antecedent;
21               
22 karl  1.1.2.2       [Override ( "Dependent" ), 
23                      Description ( 
24                         "The wakeup Service that is provided on the NetworkPort." )]
25                  CIM_WakeUpService REF Dependent;
26               
27               
28               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2