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

📄 cim_iscsicapabilities.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="DMTFCR01614.001" type ="change">// Correct value for MaximumSpecificationVersionSupported from 2555 to// 255. </change>// <change cr="DMTFCR01614.001" type ="add">// Add the ModelCorrespondences to AuthenticationMethodsSupported.// </change>// <change cr="DMTFCR01614.001" type ="add">// Add ModelCorrespondences to AuthenticationMethodsSupported. </change>// <change cr="NetworksCR00062.000" type ="change">// Move class from Experimental to Final in v2.11.</change>// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath// qualifier values to CIM Schema.</change>// ==================================================================//  CIM_iSCSICapabilities// ==================================================================   [UMLPackagePath ( "CIM::Network::iSCSI" ), Version ( "2.11.0" ),     Description (       "The capabilites for an iSCSI Network Entity. An instance of "       "this class will be associated by ElementCapabilities to a "       "instance of ComputerSystem that represents the Network Entity. "       "These capability properties are associated to a Network "       "Entity/ComputerSystem since they affect all login negotiations "       "on all iSCSI ProtocolEndpoints aggregated to the system.")]class CIM_iSCSICapabilities : CIM_Capabilities {      [Description (          "The minimum version number of the iSCSI specification such "          "that this iSCSI instance supports this minimum value, the "          "maximum value indicated by the corresponding property "          "MaximumSpecificationVersionSupported, and all versions in "          "between."),        MinValue ( 0 ), MaxValue ( 255 ),        MappingStrings { "MIB.IETF|iSCSI-MIB.iscsiInstVersionMin" },        ModelCorrespondence {           "CIM_iSCSICapabilities.MaximumSpecificationVersionSupported",          "CIM_iSCSIConnection.ActiveiSCSIVersion" }]   uint8 MinimumSpecificationVersionSupported;      [Description (          "The maximum version number of the iSCSI specification such "          "that this iSCSI instance supports this maximum value, the "          "minimum value indicated by the corresponding property "          "MinimumSpecificationVersionSupported, and all versions in "          "between."),        MinValue ( 0 ), MaxValue ( 255 ),        MappingStrings { "MIB.IETF|ISCSI-MIB.iscsiInstVersionMax" },        ModelCorrespondence {           "CIM_iSCSICapabilities.MinimumSpecificationVersionSupported",          "CIM_iSCSIConnection.ActiveiSCSIVersion" }]   uint8 MaximumSpecificationVersionSupported;      [Description (          "An array containing a list of authentication methods "          "supported by this Network Entity."),        ValueMap { "2", "3", "4", "5" },        Values { "(None", "SRP", "CHAP", "Kerberos" },        MappingStrings { "MIB.IETF|IPS-AUTH-MIB.ipsAuthCredAuthMethod" },       ArrayType ( "Indexed" ),        ModelCorrespondence {           "CIM_iSCSIConnectionSettings.PrimaryAuthenticationMethod",          "CIM_iSCSIConnectionSettings.SecondaryAuthenticationMethod",          "CIM_iSCSIConnection.AuthenticationMethodUsed" }]   uint16 AuthenticationMethodsSupported[];};

⌨️ 快捷键说明

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