// Copyright (c) 2005 DMTF. All rights reserved. // Add UmlPackagePath // qualifier values to CIM Schema. // ================================================================== // CIM_SwitchPortSpanningTreeStatistics // ================================================================== [UMLPackagePath ( "CIM::Network::SwitchingBridging" ), Version ( "2.7.0" ), Description ( "Statistical information regarding a SwitchPort participating " "in the spanning tree.")] class CIM_SwitchPortSpanningTreeStatistics : CIM_SAPStatisticalInformation { [Description ( "The number of times the port has transitioned from the " "Learning state to the Forwarding state."), Counter, MappingStrings { "MIB.IETF|BRIDGE-MIB.dot1dStpPortForwardTransitions" }] uint32 ForwardTransitions; };