// Copyright (c) 2005 DMTF. All rights reserved. [Association, Deprecated { "No value" }, Version ( "2.8.0" ), UMLPackagePath ( "CIM::Network::VLAN" ), Description ( "This class is deprecated as a fall out of the previous " "deprecations within the existing model The association between " "a VLAN and the forwarding database (some use the term " "filtering database) used to determine which port a packet " "should be transmitted on, given that it is assigned to the " "VLAN and that it has a particular destination MAC address. The " "TransparentBridgingService represents a forwarding database." )] class CIM_RelatedTransparentBridgingService : CIM_ServiceSAPDependency { [Deprecated { "No value" }, Override ( "Antecedent" ), Description ( "The VLAN." )] CIM_VLAN REF Antecedent; [Deprecated { "No value" }, Override ( "Dependent" ), Description ( "The BridgingService that determines the port, given the " "the VLAN and addressing information." )] CIM_TransparentBridgingService REF Dependent; };