(file) Return to CIM_PortImplementsEndpoint.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_PortImplementsEndpoint
 8               // ==================================================================
 9                  [Association, Version ( "2.10.0" ), 
10                   UMLPackagePath ( "CIM::Device::Ports" ), 
11                   Description ( 
12                      "PortImplementsEndpoint associates a LogicalPort with one or "
13                      "more ProtocolEndpoints that are implemented on it. This class "
14                      "specializes the DeviceSAPImplementation association. It "
15                      "indicates that the referenced Endpoint is dependent on the "
16                      "operations of the Port Device." )]
17               class CIM_PortImplementsEndpoint : CIM_DeviceSAPImplementation {
18               
19                     [Override ( "Antecedent" ), 
20                      Description ( 
21                         "The LogicalPort that represents the Device behind the "
22 karl  1.1.2.2           "ProtocolEndpoint." )]
23                  CIM_LogicalPort REF Antecedent;
24               
25                     [Override ( "Dependent" ), 
26                      Description ( 
27                         "The ProtocolEndpoint that is implemented on the LogicalPort."
28                          )]
29                  CIM_ProtocolEndpoint REF Dependent;
30               
31               
32               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2