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

📄 cim_scsicontroller.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="CIMCoreCR00735.001" 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_SCSIController// ==================================================================   [Deprecated { "CIM_SCSIProtocolController" },       UMLPackagePath ( "CIM::Device::Controller" ),    Version ( "2.10.0" ), Description (       "Note: The use of this class is deprecated in lieu of "       "SCSIProtocolController. The latter reflects the protocol- "       "related issues of SCSI interfaces, because these are not bus "       "master-type Controllers.\" Deprecated description: "       "Capabilities and management of the SCSIController.")]class CIM_SCSIController : CIM_Controller {      [Deprecated { "No Value" }, Description (          "Note: The use of this method is deprecated. \n"          "Deprecated description: An integer enumeration that "          "indicates whether or not the SCSIController provides "          "redundancy or protection against device failures."),        ValueMap { "1", "2", "3", "4", "5", "6" },        Values { "Other", "Unknown", "Unprotected", "Protected",          "Protected through SCC (SCSI-3 Controller Command)",          "Protected through SCC-2 (SCSI-3 Controller Command)" },        MappingStrings { "MIF.DMTF|Storage Controller|001.3" }]   uint16 ProtectionManagement;      [Deprecated { "No Value" }, Description (          "Note: The use of this method is deprecated. \n"          "Deprecated description: Maximum data width (in bits) "          "supported by the SCSIController."),        Units ( "Bits" ),        MappingStrings { "MIF.DMTF|Bus Port|004.7" }]   uint32 MaxDataWidth;      [Deprecated { "No Value" }, Description (          "Note: The use of this method is deprecated. \n"          "Deprecated description: Maximum transfer rate (in Bits per "          "Second) supported by the SCSIController."),        Units ( "Bits per Second" ),        MappingStrings { "MIF.DMTF|Bus Port|004.8" }]   uint64 MaxTransferRate;      [Deprecated { "No Value" }, Description (          "Note: The use of this method is deprecated. \n"          "Deprecated description: Number of SCSIController timeouts "          "that have occurred since the TimeOfLastReset."),        Counter]   uint32 ControllerTimeouts;      [Deprecated { "No Value" }, Description (          "Note: The use of this method is deprecated. \n"          "Deprecated description: Signal capabilities that can be "          "supported by the SCSIController. For example, the "          "Controller can support \"Single Ended\" and "          "\"Differential\". In this case, the values 3 and 4 would be "          "written to the Signal Capabilities array."),        ValueMap { "1", "2", "3", "4", "5", "6" },        Values { "Other", "Unknown", "Single Ended", "Differential",          "Low Voltage Differential", "Optical" },        ModelCorrespondence { "CIM_SCSIInterface.SCSISignal" }]   uint16 SignalCapabilities[];};

⌨️ 快捷键说明

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