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

 1 krisbash 1.1 // ===============================================================
 2              //  MSFT_InterfaceCollection
 3              // ===============================================================
 4              	[Description ( "MSFT_InterfaceCollection description." ), 
 5              	Association]
 6              class MSFT_InterfaceCollection: CIM_Component 
 7              {
 8              	
 9              	   [Override ( "GroupComponent" ), 
10                     Description ( "The parent System in the Association." )]
11                 CIM_EthernetPort REF GroupComponent;
12              
13                    [Override ( "PartComponent" ), 
14                     Description ( 
15                        "The child element that is a component of a System." )]
16                 MSFT_SubInterface REF PartComponent;
17              };

ViewCVS 0.9.2