📄 cim_scsiprotocolcontroller.mof
字号:
// 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -