(file) Return to CIM_PortActiveConnection.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_PortActiveConnection
 8           // ==================================================================
 9              [Association, Version ( "2.10.0" ), 
10               UMLPackagePath ( "CIM::Device::Ports" ), 
11               Description ( 
12                  "The PortActiveConnection relationship indicates that a "
13                  "NetworkPort is using the referenced PhysicalConnector to "
14                  "output to the network. This relationship is important when the "
15                  "port can choose to output from one of several connectors. The "
16                  "connectors can be associated with the NetworkPort in a "
17                  "Realizes relationship, but this is not required. This "
18                  "association provides additional information (for instance,\'in "
19                  "use for communication\') different than Realizes." )]
20           class CIM_PortActiveConnection : CIM_Dependency {
21           
22 marek 1.1       [Override ( "Antecedent" ), 
23                  Description ( "The PhysicalConnector." )]
24              CIM_PhysicalConnector REF Antecedent;
25           
26                 [Override ( "Dependent" ), 
27                  Description ( 
28                     "The NetworkPort that transmits using the Connector." )]
29              CIM_NetworkPort REF Dependent;
30           
31           
32           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2