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

File: [OMI] / omi / share / networkschema / MSFT_LinkAggregationAssociation.mof (download)
Revision: 1.1, Mon Apr 20 17:20:15 2015 UTC (9 years, 2 months ago) by krisbash
Branch: MAIN
CVS Tags: OMI_1_0_8_2, OMI_1_0_8_1, HEAD
OMI 1.0.8-1

// ===============================================================
//  MSFT_LinkAggregationAssociation
// ===============================================================
	[Description ( "MSFT_LinkAggregationAssociation is used to associated a collection of switchports to form on aggregated switch port" ), 
	Association, Aggregation, 
	Version ( "0.70" )]
class MSFT_LinkAggregationAssociation 
{
	// ===============================================================
	//  References
	// ==== Association, Aggregation===========================================================
		[Aggregate, Key, 
           Min ( 1 ), 
           Max ( 1 ), 
		   Description ( "The logical Port representing the aggregation") ]
	CIM_EthernetPort REF LinkAggregation;
	
		[Key, 
		Description ( "A member Ehternet Switch port")]

	CIM_EthernetPort REF EthernetPorts;
	
};

ViewCVS 0.9.2