cim_spanningtreestatistics.mof

来自「Pegasus is an open-source implementation」· MOF 代码 · 共 27 行

MOF
27
字号
// Copyright (c) 2005 DMTF.  All rights reserved.// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath// qualifier values to CIM Schema.</change>// ==================================================================//  CIM_SpanningTreeStatistics// ==================================================================   [UMLPackagePath ( "CIM::Network::SwitchingBridging" ),       Version ( "2.7.0" ), Description (       "Statistical information regarding the SpanningTreeService.")]class CIM_SpanningTreeStatistics : CIM_ServiceStatisticalInformation {      [Description (          "The time since the last topology change was detected by the "          "switch."),        Units ( "Hundredths of Seconds" ),        MappingStrings {           "MIB.IETF|BRIDGE-MIB.dot1dStpTimeSinceTopologyChange" }]   uint32 TimeSinceTopologyChange;      [Description (          "The total number of topology changes detected by the switch "          "since the counter was last reset or initialized."),        Counter,        MappingStrings { "MIB.IETF|BRIDGE-MIB.dot1dStpTopChanges" }]   uint32 TopChanges;};

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?