(file) Return to CIM_EndpointInArea.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_EndpointInArea 
 6           // ==================================================================
 7              [Association, Aggregation, Composition, Version ( "2.7.0" ), 
 8               UMLPackagePath ( "CIM::Network::OSPF" ), 
 9               Description ( "This relation connects an OSPF endpoint to an area." )]
10           class CIM_EndpointInArea : CIM_Component {
11           
12                 [Aggregate, Override ( "GroupComponent" ), 
13                  Min ( 1 ), 
14                  Max ( 1 ), 
15                  Description ( "The OSPF area." )]
16              CIM_OSPFArea REF GroupComponent;
17           
18                 [Override ( "PartComponent" ), 
19                  Description ( "The OSPF endpoint in the area." )]
20              CIM_OSPFProtocolEndpointBase REF PartComponent;
21           
22 marek 1.1 
23           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2