(file) Return to CIM_BindsToLANEndpoint.mof CVS log (file) (dir) Up to [OMI] / omi / share / networkschema

 1 krisbash 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_BindsToLANEndpoint 
 6              // ==================================================================
 7                 [Association, Version ( "2.6.0" ), 
 8                  UMLPackagePath ( "CIM::Network::ProtocolEndpoints" ), 
 9                  Description ( 
10                     "This association makes explicit the dependency of a SAP or "
11                     "ProtocolEndpoint on an underlying LANEndpoint, on the same "
12                     "system." )]
13              class CIM_BindsToLANEndpoint : CIM_BindsTo {
14              
15                    [Override ( "Antecedent" ), 
16                     Description ( 
17                        "The underlying LANEndpoint, which is depended upon." )]
18                 CIM_LANEndpoint REF Antecedent;
19              
20                    [Override ( "Dependent" ), 
21                     Description ( 
22 krisbash 1.1           "The AccessPoint or ProtocolEndpoint dependent on the LANEndpoint."
23                         )]
24                 CIM_ServiceAccessPoint REF Dependent;
25              
26                    [Description ( 
27                        "This describes the framing method for the upper layer "
28                        "SAP or Endpoint that is bound to the LANEndpoint. Note: "
29                        "\"Raw802.3\" is only known to be used with the IPX "
30                        "protocol." ), 
31                     ValueMap { "0", "1", "2", "3", "4" }, 
32                     Values { "Unknown", "Ethernet", "802.2", "SNAP", "Raw802.3" }]
33                 uint16 FrameType;
34              
35              
36              };

ViewCVS 0.9.2