cim_iscsicapabilities.mof
来自「Pegasus is an open-source implementation」· MOF 代码 · 共 71 行
MOF
71 行
// 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 + =
减小字号Ctrl + -
显示快捷键?