// Copyright (c) 2005 DMTF. All rights reserved. [Association, Aggregation, Version ( "2.6.0" ), UMLPackagePath ( "CIM::Network::SwitchingBridging" ), Description ( "An association linking a SwitchService to a component " "TransparentBridgingService. The cardinality of the " "TransparentBridgingService is 0..1 for a VLAN-unaware switch." )] class CIM_SwitchServiceTransparentBridging : CIM_ServiceComponent { [Aggregate, Override ( "GroupComponent" ), Min ( 1 ), Description ( "The parent SwitchService." )] CIM_SwitchService REF GroupComponent; [Override ( "PartComponent" ), Description ( "The component BridgingService." )] CIM_TransparentBridgingService REF PartComponent; };