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

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

ViewCVS 0.9.2