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

📄 cim_fcport.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="ArchCR00066.004" type="add">Add UmlPackagePath// qualifier values to CIM Schema.</change>// ==================================================================//  CIM_FCPort// ==================================================================   [UMLPackagePath ( "CIM::Device::FC" ), Version ( "2.7.1" ),     Description (       "Capabilities and management of a Fibre Channel Port Device.")]class CIM_FCPort : CIM_NetworkPort {      [Override ( "PortType" ), Description (          "The specific mode currently enabled for the Port. The "          "values: \"N\" = Node Port, \"NL\" = Node Port supporting FC "          "arbitrated loop, \"E\" = Expansion Port connecting fabric "          "elements (for example, FC switches), \"F\" = Fabric "          "(element) Port, \"FL\" = Fabric (element) Port supporting "          "FC arbitrated loop, \"B\" = Bridge and \"G\" = Generic "          "Port. PortTypes are defined in the ANSI X3 standards. When "          "set to 1 (\"Other\"), the related property OtherPortType "          "contains a string description of the port's type."),        ValueMap { "0", "1", "10", "11", "12", "13", "14", "15", "16",          "17", "18", "16000..65535" },        Values { "Unknown", "Other", "N", "NL", "F/NL", "Nx", "E", "F",          "FL", "B", "G", "Vendor Reserved" }]   uint16 PortType;      [Description (          "An array of integers indicating the Fibre Channel Classes "          "of Service that are supported. The active COS are indicated "          "in ActiveCOS."),        ValueMap { "0", "1", "2", "3", "4", "5", "6", "7" },        Values { "Unknown", "1", "2", "3", "4", "5", "6", "F" }]   uint16 SupportedCOS[];      [Description (          "An array of integers indicating the Classes of Service that "          "are active. The Active COS is indicated in ActiveCOS."),        ValueMap { "0", "1", "2", "3", "4", "5", "6", "7" },        Values { "Unknown", "1", "2", "3", "4", "5", "6", "F" },        ModelCorrespondence { "CIM_FCPort.SupportedCOS" }]   uint16 ActiveCOS[];      [Description (          "An array of integers indicating the Fibre Channel FC-4 "          "protocols supported. The protocols that are active and "          "running are indicated in the ActiveFC4Types property."),        ValueMap { "0", "1", "4", "5", "8", "9", "17", "18", "19", "21",          "22", "23", "25", "26", "27", "28", "32", "34", "36", "64",          "80", "81", "82", "88", "96", "255" },        Values { "Unknown", "Other", "ISO/IEC 8802 - 2 LLC",          "IP over FC", "SCSI - FCP", "SCSI - GPP", "IPI - 3 Master",          "IPI - 3 Slave", "IPI - 3 Peer", "CP IPI - 3 Master",          "CP IPI - 3 Slave", "CP IPI - 3 Peer", "SBCCS Channel",          "SBCCS Control Unit", "FC-SB-2 Channel",          "FC-SB-2 Control Unit",          "Fibre Channel Services (FC-GS, FC-GS-2, FC-GS-3)", "FC-SW",          "FC - SNMP", "HIPPI - FP", "BBL Control",          "BBL FDDI Encapsulated LAN PDU",          "BBL 802.3 Encapsulated LAN PDU", "FC - VI", "FC - AV",          "Vendor Unique" }]   uint16 SupportedFC4Types[];      [Description (          "An array of integers indicating the Fibre Channel FC-4 "          "protocols currently running. A list of all protocols "          "supported is indicated in the SupportedFC4Types property."),        ValueMap { "0", "1", "4", "5", "8", "9", "17", "18", "19", "21",          "22", "23", "25", "26", "27", "28", "32", "34", "36", "64",          "80", "81", "82", "88", "96", "255" },        Values { "Unknown", "Other", "ISO/IEC 8802 - 2 LLC",          "IP over FC", "SCSI - FCP", "SCSI - GPP", "IPI - 3 Master",          "IPI - 3 Slave", "IPI - 3 Peer", "CP IPI - 3 Master",          "CP IPI - 3 Slave", "CP IPI - 3 Peer", "SBCCS Channel",          "SBCCS Control Unit", "FC-SB-2 Channel",          "FC-SB-2 Control Unit",          "Fibre Channel Services (FC-GS, FC-GS-2, FC-GS-3)", "FC-SW",          "FC - SNMP", "HIPPI - FP", "BBL Control",          "BBL FDDI Encapsulated LAN PDU",          "BBL 802.3 Encapsulated LAN PDU", "FC - VI", "FC - AV",          "Vendor Unique" },        ModelCorrespondence { "CIM_FCPort.SupportedFC4Types" }]   uint16 ActiveFC4Types[];};

⌨️ 快捷键说明

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