(file) Return to CIM_AdapterActiveConnection.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="CIMCoreCR00751.003" 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_AdapterActiveConnection
 8           // ==================================================================
 9              [Association, Deprecated { "CIM_PortActiveConnection" }, 
10               Version ( "2.10.0" ), 
11               UMLPackagePath ( "CIM::Device::NetworkAdapter" ), 
12               Description ( 
13                  "Note: The use of the CIM_AdapterActiveConnection class has "
14                  "been deprecated, because NetworkAdapter is deprecated. Instead "
15                  "use the CIM_PortActiveConnection class. \n"
16                  "Deprecated description: The AdapterActiveConnection "
17                  "relationship indicates that a NetworkAdapter is using the "
18                  "referenced PhysicalConnector to output to the network. This "
19                  "relationship is important when the Adapter can choose to "
20                  "output from one of several Connectors. The Connectors can be "
21                  "associated with the NetworkAdapter in a Realizes relationship "
22 marek 1.1        "but this is not required. This association provides additional "
23                  "information (such as, \'in use for communication\') different "
24                  "from Realizes." )]
25           class CIM_AdapterActiveConnection : CIM_Dependency {
26           
27                 [Deprecated { "CIM_PortActiveConnection.Antecedent" }, 
28                  Override ( "Antecedent" ), 
29                  Description ( 
30                     "Note: The use of this method has been deprecated. \n"
31                     "Deprecated description: The PhysicalConnector." )]
32              CIM_PhysicalConnector REF Antecedent;
33           
34                 [Deprecated { "CIM_PortActiveConnection.Dependent" }, 
35                  Override ( "Dependent" ), 
36                  Description ( 
37                     "Note: The use of this method has been deprecated. \n"
38                     "Deprecated description: The NetworkAdapter that "
39                     "transmits using the Connector." )]
40              CIM_NetworkAdapter REF Dependent;
41           
42           
43 marek 1.1 };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2