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

 1 karl  1.1.2.2 // 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_RouteUsesEndpoint 
 6               // ==================================================================
 7                  [Association, Version ( "2.7.0" ), 
 8                   UMLPackagePath ( "CIM::Network::Routes" ), 
 9                   Description ( 
10                      "RouteUsesEndpoint depicts the relationship between a next hop "
11                      "route and the local Endpoint that is used to transmit the "
12                      "traffic to the \'next hop\'." )]
13               class CIM_RouteUsesEndpoint : CIM_Dependency {
14               
15                     [Override ( "Antecedent" ), 
16                      Max ( 1 ), 
17                      Description ( 
18                         "The endpoint used to reach the route\'s destination." )]
19                  CIM_ProtocolEndpoint REF Antecedent;
20               
21                     [Override ( "Dependent" ), 
22 karl  1.1.2.2        Description ( "The route using the endpoint." )]
23                  CIM_NextHopRoute REF Dependent;
24               
25               
26               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2