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

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

ViewCVS 0.9.2