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

📄 cim_snmpdatabaseparameter.mof

📁 Pegasus is an open-source implementationof the DMTF CIM and WBEM standards. It is designed to be por
💻 MOF
字号:
// Copyright (c) 2005 DMTF.  All rights reserved.// <change cr="DBCR00029" type ="change">CPubs edits to the database// system classes.</change>// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath// qualifier values to CIM Schema.</change>// ==================================================================//  CIM_SNMPDatabaseParameter// ==================================================================   [UMLPackagePath ( "CIM::Database::System" ), Version ( "2.7.0" ),     Description (       "The CIM_SNMPDatabaseParameter class extends from "       "CIM_DatabaseParameter. This class is included in the CIM "       "database schema to provide explicit mapping to the way that "       "the SNMP MIB defines database and service parameters. More "       "information on the SNMP MIB parameters can be found in RFC "       "1697. \n"       "The SNMP RDBMS MIB defines generic tables that contain rows of "       "named database or service configuration entries. A parameter "       "entry contains a parameter name, description, and value. See "       "the description of the rdbmsDbParamTable or the "       "rdbmsSrvParamTable for more detailed information on the SNMP "       "definitions.")]class CIM_SNMPDatabaseParameter : CIM_DatabaseParameter {      [Description (          "The value of a database or service parameter that is "          "represented as a string."),        MappingStrings { "MIB.IETF|RDBMS-MIB.rdbmsDbParamCurrValue" }]   string ParameterValue;};

⌨️ 快捷键说明

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