(file) Return to CIM_ModulePort.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="ArchCR00066.004" type="add">Add UmlPackagePath
 3               // qualifier values to CIM Schema.</change>
 4               // ==================================================================
 5               //  CIM_ModulePort 
 6               // ==================================================================
 7                  [Association, Aggregation, Version ( "2.8.0" ), 
 8                   UMLPackagePath ( "CIM::Device::Ports" ), 
 9                   Description ( 
10                      "ModulePort associates ports with their hosting modules." )]
11               class CIM_ModulePort : CIM_Component {
12               
13                     [Aggregate, Override ( "GroupComponent" ), 
14                      Max ( 1 ), 
15                      Description ( "A module that has ports." )]
16                  CIM_LogicalModule REF GroupComponent;
17               
18                     [Override ( "PartComponent" ), 
19                      Description ( "A Port that is associated with a module." )]
20                  CIM_NetworkPort REF PartComponent;
21               
22 karl  1.1.2.2 
23               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2