⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cim_tokenringadapter.mof

📁 Pegasus is an open-source implementationof the DMTF CIM and WBEM standards. It is designed to be por
💻 MOF
📖 第 1 页 / 共 2 页
字号:
// Copyright (c) 2005 DMTF.  All rights reserved.// <change cr="CIMCoreCR00751.003" type ="change">Update of// descriptions based on Tech Edit review.</// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath// qualifier values to CIM Schema.</change>// ==================================================================//  CIM_TokenRingAdapter// ==================================================================   [Deprecated { "CIM_TokenRingAdapter" },       UMLPackagePath ( "CIM::Device::NetworkAdapter" ),       Version ( "2.10.0" ), Description (       "Note: The use of the CIM_TokenRingAdapter class has been "       "deprecated, consistent with NetworkAdapter. Instead use the "       "CIM_TokenRingPort class. \n"       "Deprecated description: This class describes the capabilities "       "and management aspects of a TokenRingAdapter.")]class CIM_TokenRingAdapter : CIM_NetworkAdapter {      [Deprecated { "CIM_TokenRingAdapter.NetworkAddresses" },       Override ( "NetworkAddresses" ), Description (          "Note: The use of this method has been deprecated. \n"          "Deprecated description: Token Ring/802.5 MAC addresses "          "formatted as twelve hexadecimal digits (for example, "          "\"010203040506\"), with each pair representing one of the "          "six octets of the MAC address in \"canonical\" bit order. "          "(Therefore, the Group address bit is found in the low order "          "bit of the first character of the string.)"),        ArrayType ( "Indexed" )]   string NetworkAddresses[];      [Deprecated { "CIM_TokenRingPort.MaxDataSize" }, Description (          "Note: The use of this method has been deprecated. \n"          "Deprecated description: The maximum size of the INFO "          "(non-MAC) field that will be received or transmitted."),        MappingStrings { "MIB.IETF|BRIDGE-MIB.dot1dTpPortMaxInfo" }]   uint32 MaxDataSize;      [Deprecated { "CIM_TokenRingPort.Capabilities" }, Description (          "Note: The use of this method has been deprecated. \n"          "Deprecated description: Capabilities of the "          "TokenRingAdapter. For example, the Device might support "          "AlertOnLan, WakeOnLan, Load Balancing, or Failover. If "          "failover or load balancing capabilities are listed, a "          "SpareGroup (failover) or ExtraCapacityGroup (load "          "balancing) should also be defined to completely describe "          "the capability."),        ValueMap { "0", "1", "2", "3", "4", "5" },        Values { "Unknown", "Other", "AlertOnLan", "WakeOnLan",          "FailOver", "LoadBalancing" }, ArrayType ( "Indexed" ),        ModelCorrespondence { "CIM_TokenRingPort.CapabilityDescriptions"           }]   uint16 Capabilities[];      [Deprecated { "CIM_TokenRingPort.CapabilityDescriptions" },        Description (          "Note: The use of this method has been deprecated. \n"          "Deprecated description: An array of free-form strings that "          "provides more detailed explanations for any of the "          "TokenRingAdapter features that are indicated in the "          "Capabilities array. Note, each entry of this array is "          "related to the entry in the Capabilities array that is "          "located at the same index."),        ArrayType ( "Indexed" ),        ModelCorrespondence { "CIM_TokenRingAdapter.Capabilities" }]   string CapabilityDescriptions[];      [Deprecated { "CIM_TokenRingPort.EnabledCapabilities" },        Description (          "Note: The use of this method has been deprecated. \n"          "Deprecated description: Specifies which of the capabilities "          "from the \"Capabilities\" property are currently enabled."),        ValueMap { "0", "1", "2", "3", "4", "5" },        Values { "Unknown", "Other", "AlertOnLan", "WakeOnLan",          "FailOver", "LoadBalancing" },        ModelCorrespondence { "CIM_TokenRingAdapter.Capabilities" }]   uint16 EnabledCapabilities[];      [Deprecated { "CIM_TokenRingPort.RingStatus" }, Description (          "Note: The use of this method has been deprecated. \n"          "Deprecated description: The current status that can be used "          "to diagnose fluctuating problems that can occur on token "          "rings, after a station has successfully been added to the "          "ring. Before an open is completed, this object contains the "          "value that indicates \"no status\" (131072). (The RingState "          "and RingOpenStatus properties are also provided for "          "debugging problems when the station cannot even enter the "          "ring.) The value of the property is a sum of values, one "          "for each currently applicable condition. The following "          "values are defined for various conditions: \n"          "0=No Problems Detected, 32=Ring Recovery, 64=Single "          "Station, 256=Remove Received, 512=Reserved, 1024= "          "Auto-Removal Error, 2048=Lobe Wire Fault, 4096=Transmit "          "Beacon, 8192=Soft Error, 16384=Hard Error, 32768=Signal "          "Loss, 131072=No Status, Open Not Completed."),        MappingStrings { "MIB.IETF|IEEE 802.5 Token Ring"           "MIB.dot5RingStatus" }]   uint32 RingStatus;      [Deprecated { "CIM_TokenRingPort.RingState" }, Description (          "Note: The use of this method has been deprecated. \n"          "Deprecated description: The current Device state with "          "respect to entering or leaving the ring."),        ValueMap { "0", "1", "2", "3", "4", "5" },        Values { "Opened", "Closed", "Opening", "Closing",          "Open Failure", "Ring Failure" },        MappingStrings { "MIB.IETF|IEEE 802.5 Token Ring"           "MIB.dot5RingState" }]   uint16 RingState;      [Deprecated { "CIM_TokenRingPort.RingOpenStatus" }, Description (          "Note: The use of this property has been deprecated. \n"          "Deprecated description: This property indicates the "          "success, or the reason for failure, of the most recent "          "attempt of the station to enter the ring."),        ValueMap { "0", "1", "2", "3", "4", "5", "6", "7", "8", "9",          "10" },        Values { "No Open Attempted", "Bad Parameter", "Lobe Failed",          "Signal Loss", "Insertion Timeout", "Ring Failed",          "Beaconing", "Duplicate MAC", "Request Failed",          "Remove Received",           // 10                                 "Last Open Successful" },        MappingStrings { "MIB.IETF|IEEE 802.5 Token Ring"           "MIB.dot5RingOpenStatus" }]   uint16 RingOpenStatus;      [Deprecated { "CIM_TokenRingPort.RingSpeed" }, Description (          "Note: The use of this method has been deprecated. \n"          "Deprecated description: The bandwidth of the ring."),        ValueMap { "0", "1", "2", "3", "4" },        Values { "Unknown", "Other", "One Megabit", "Four Megabit",          "Sixteen Megabit" },        MappingStrings { "MIB.IETF|IEEE 802.5 Token Ring"           "MIB.dot5RingSpeed" }]   uint16 RingSpeed;      [Deprecated { "CIM_TokenRingPortStatistics.BurstErrors" },        Description (          "Note: The use of this method has been deprecated. \n"          "Deprecated description: This counter is incremented when a "          "station detects the absence of transitions for five "          "half-bit timers (burst-five errors)."),        Counter,        MappingStrings { "MIB.IETF|IEEE 802.5 Token Ring"           "MIB.dot5StatsBurstErrors" }]   uint32 BurstErrors;      [Deprecated { "CIM_TokenRingPortStatistics.ACErrors" },        Description (          "Note: The use of this method has been deprecated. \n"          "Deprecated description: This counter is incremented when a "          "station receives an AMP or SMP frame in which A is equal to "          "C, and C is equal to 0, and then receives another SMP frame "          "with A equal to C, and C equal to 0 without first receiving "          "an AMP frame. This condition indicates a station that "          "cannot set the AC bits properly."),        Counter,        MappingStrings { "MIB.IETF|IEEE 802.5 Token Ring"           "MIB.dot5StatsACErrors" }]   uint32 ACErrors;      [Deprecated { "CIM_TokenRingPortStatistics.AbortTransErrors" },        Description (          "Note: The use of this method has been deprecated. \n"          "Deprecated description: This counter is incremented when a "          "station transmits an abort delimiter while transmitting "          "data."),        Counter,        MappingStrings { "MIB.IETF|IEEE 802.5 Token Ring MIB."           "dot5StatsAbortTransErrors" }]

⌨️ 快捷键说明

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