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

 1 krisbash 1.1 // ===============================================================
 2              //  MSFT_LinkAggregationAssociation
 3              // ===============================================================
 4              	[Description ( "MSFT_LinkAggregationAssociation is used to associated a collection of switchports to form on aggregated switch port" ), 
 5              	Association, Aggregation, 
 6              	Version ( "0.70" )]
 7              class MSFT_LinkAggregationAssociation 
 8              {
 9              	// ===============================================================
10              	//  References
11              	// ==== Association, Aggregation===========================================================
12              		[Aggregate, Key, 
13                         Min ( 1 ), 
14                         Max ( 1 ), 
15              		   Description ( "The logical Port representing the aggregation") ]
16              	CIM_EthernetPort REF LinkAggregation;
17              	
18              		[Key, 
19              		Description ( "A member Ehternet Switch port")]
20              
21              	CIM_EthernetPort REF EthernetPorts;
22 krisbash 1.1 	
23              };

ViewCVS 0.9.2