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

 1 marek 1.1 // Copyright (c) 2005 DMTF.  All rights reserved.
 2           // <change cr="ArchCR00066.004" type="add">Add UmlPackagePath
 3           // qualifier values to CIM Schema.</change>
 4           // ==================================================================
 5           //  CIM_Switchable 
 6           // ==================================================================
 7              [Association, Deprecated { "CIM_EndpointIdentity" }, 
 8               Version ( "2.7.0" ), 
 9               UMLPackagePath ( "CIM::Network::SwitchingBridging" ), 
10               Description ( 
11                  "A switch port has a LANEndpoint that is exposed via this "
12                  "relationship. The associaiton is deprecated since a binding is "
13                  "not the correct relationship. The SwitchPort is simply another "
14                  "aspect of the LANEndpoint - which is indicated by the "
15                  "EndpointIdentity relationship." )]
16           class CIM_Switchable : CIM_BindsToLANEndpoint {
17           
18                 [Deprecated { "CIM_EndpointIdentity.SystemElement" }, 
19                  Override ( "Antecedent" ), 
20                  Max ( 1 ), 
21                  Description ( "The switch port." )]
22 marek 1.1    CIM_LANEndpoint REF Antecedent;
23           
24                 [Deprecated { "CIM_EndpointIdentity.SameElement" }, 
25                  Override ( "Dependent" ), 
26                  Max ( 1 ), 
27                  Description ( "The LAN endpoint." )]
28              CIM_SwitchPort REF Dependent;
29           
30           
31           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2