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

 1 marek 1.1 // 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_OOBAlertServiceOnNetworkPort
 8           // ==================================================================
 9              [Association, Version ( "2.10.0" ), 
10               UMLPackagePath ( "CIM::Device::Ports" ), 
11               Description ( 
12                  "OOBAlertServiceOnNetworkPort defines where the out-of-band "
13                  "alerting Service is implemented. Currently, the Service can "
14                  "either employ a Modem or a NetworkPort to send alerts." )]
15           class CIM_OOBAlertServiceOnNetworkPort : CIM_DeviceServiceImplementation {
16           
17                 [Override ( "Antecedent" ), 
18                  Max ( 1 ), 
19                  Description ( "The NetworkPort that implements the Service." )]
20              CIM_NetworkPort REF Antecedent;
21           
22 marek 1.1       [Override ( "Dependent" ), 
23                  Description ( 
24                     "The alerting Service that is provided on the NetworkPort." )]
25              CIM_OOBAlertService REF Dependent;
26           
27           
28           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2