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