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

📄 cim_zonecapabilities.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_ZoneCapabilities// ==================================================================   [UMLPackagePath ( "CIM::Device::FC" ), Version ( "2.8.0" ),     Description (       "ZoneCapabilities exposes the capabilities for zoning of an "       "AdminDomain.")]class CIM_ZoneCapabilities : CIM_Capabilities {      [Description (          "The maximum length for the Zone Name that the AdminDomain "          "is capable of supporting.")]   uint32 ZoneNameMaxLen;      [Description (          "The ZoneNameFormat supported by the AdminDomain."),        ValueMap { "0", "2", "3", "..", "0x8000.." },        Values { "Unknown", "Numeric", "Alpha Numeric", "DMTF Reserved",          "Vendor Reserved" }]   uint16 ZoneNameFormat;      [Description (          "The maximum number of ZoneSets that the AdminDomain is "          "capable of supporting.")]   uint32 MaxNumZoneSets;      [Description (          "The maximum number of Zones that the AdminDomain is capable "          "of supporting.")]   uint32 MaxNumZone;      [Description (          "The maximum number of ZoneMembers that the AdminDomain is "          "capable of supporting.")]   uint32 MaxNumZoneMembers;      [Description (          "The maximum number of Zones per ZoneSet that the "          "AdminDomain is capable of supporting.")]   uint32 MaxNumZonesPerZoneSet;      [Description (          "The maximum number of ZoneAliases that the AdminDomain is "          "capable of supporting.")]   uint32 MaxNumZoneAliases;};

⌨️ 快捷键说明

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