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

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

ViewCVS 0.9.2