cim_scsiprotocolcontroller.mof

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

MOF
35
字号
// Copyright (c) 2005 DMTF.  All rights reserved.// <change cr="CIMCoreCR00820.003" type ="change">Remove Experimental// from class.</change>// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath// qualifier values to CIM Schema.</change>// ==================================================================//  CIM_SCSIProtocolController// ==================================================================   [UMLPackagePath ( "CIM::Device::ProtocolController" ),       Version ( "2.8.1000" ), Description (       "SCSIProtocolController is a type of ProtocolController, "       "managing a SCSI interface.")]class CIM_SCSIProtocolController : CIM_ProtocolController {      [Description (          "The NameFormat property identifies how the Name of the "          "SCSIProtocolController is selected. \n"          "For Fibre Channel, the NameFormat is 'FC Port WWN'. \n"          "For iSCSI, Name can use any of the 3 iSCSI formats (iqn, "          "eui, naa) which include the iSCSI format as as a prefix in "          "the name, so they are not ambiguous."),        ValueMap { "0", "1", "2", "3" },        Values { "Unknown", "Other", "FC Port WWN", "iSCSI Name" },        ModelCorrespondence { "CIM_SCSIProtocolController.Name",          "CIM_SCSIProtocolController.OtherNameFormat" }]   uint16 NameFormat;      [Description (          "A string describing how the ProtocolController is "          "identified when the NameFormat is \"Other\"."),        ModelCorrespondence { "CIM_SCSIProtocolController.Name",          "CIM_SCSIProtocolController.NameFormat" }]   string OtherNameFormat;};

⌨️ 快捷键说明

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