(file) Return to Device_FC.mof CVS log (file) (dir) Up to [Pegasus] / pegasus / Schemas / CIMPrelim291

   1 a.dunfey 1.1 // ===================================================================
   2              // Title:  Device Fibre Channel
   3              // $State: Preliminary $
   4              // $Date: 2005/01/05 00:54:00 $
   5              // $Source: /home/dmtf2/dotorg/var/cvs/repositories/dev/Schema/MOF/Device_FC.mof,v $
   6              // $Revision: 1.7 $
   7              // ===================================================================
   8              //#pragma inLine ("Includes/copyright.inc")
   9              // Copyright 1998-2005 Distributed Management Task Force, Inc. (DMTF).
  10              // All rights reserved.
  11              // DMTF is a not-for-profit association of industry members dedicated
  12              // to promoting enterprise and systems management and interoperability.
  13              // DMTF specifications and documents may be reproduced for uses
  14              // consistent with this purpose by members and non-members,
  15              // provided that correct attribution is given.
  16              // As DMTF specifications may be revised from time to time,
  17              // the particular version and release date should always be noted.
  18              // 
  19              // Implementation of certain elements of this standard or proposed
  20              // standard may be subject to third party patent rights, including
  21              // provisional patent rights (herein "patent rights"). DMTF makes
  22 a.dunfey 1.1 // no representations to users of the standard as to the existence
  23              // of such rights, and is not responsible to recognize, disclose, or
  24              // identify any or all such third party patent right, owners or
  25              // claimants, nor for any incomplete or inaccurate identification or
  26              // disclosure of such rights, owners or claimants. DMTF shall have no
  27              // liability to any party, in any manner or circumstance, under any
  28              // legal theory whatsoever, for failure to recognize, disclose, or
  29              // identify any such third party patent rights, or for such party's
  30              // reliance on the standard or incorporation thereof in its product,
  31              // protocols or testing procedures. DMTF shall have no liability to
  32              // any party implementing such standard, whether such implementation
  33              // is foreseeable or not, nor to any patent owner or claimant, and shall
  34              // have no liability or responsibility for costs or losses incurred if
  35              // a standard is withdrawn or modified after publication, and shall be
  36              // indemnified and held harmless by any party implementing the
  37              // standard from any and all claims of infringement by a patent owner
  38              // for such implementations.
  39              // 
  40              // For information about patents held by third-parties which have
  41              // notified the DMTF that, in their opinion, such patent may relate to
  42              // or impact implementations of DMTF standards, visit
  43 a.dunfey 1.1 // http://www.dmtf.org/about/policies/disclosures.php.
  44              //#pragma inLine
  45              // ===================================================================
  46              // Description: The Device Model extends the management concepts that
  47              //              are related to LogicalDevices. This file defines the
  48              //              concepts and classes to manage Fibre Channel devices
  49              //              and Zones.
  50              // 
  51              //              The object classes below are listed in an order that
  52              //              avoids forward references. Required objects, defined
  53              //              by other working groups, are omitted.
  54              // ==================================================================
  55              // Change Log for v2.9 Prelininary
  56              // CR1366 - Updates to ZoneService
  57              // CR1359 - FC/Network port capabilities and settings.
  58              // 
  59              // Change Log for v2.8 Final
  60              // CR1202 - Remove Experimental Qualifiers
  61              // CR1223 - Omnibus Sysdev CR - Minor MOF corrections
  62              // 
  63              // Change log for v2.8 Preliminary
  64 a.dunfey 1.1 // CR1001 - Update ZoneMembershipSettingData to use
  65              //          CIM_ConnectivityMembershipSettingData
  66              // CR1032 - Add Zoning methods
  67              // CR1035 - Add additional properties to FCPortStatistic
  68              // CR1082 - Changed ref from CIM_ZoneAlias to
  69              // CIM_NamedAddressCollection.
  70              //          Changed ZoneMemberSettingData to ZoneMembershipSettingData
  71              //          Corrected ValueMap for the method ActivateZoneSet
  72              // CR1122 - Correct type of ZoneService.RequestedSessionState
  73              // 
  74              // Change Log for v2.7.1
  75              //       - Fix Value/ValueMap mismatch in FCPort.SupportedCOS and
  76              //         ActiveCOS
  77              // 
  78              // Change Log for v2.7 Final
  79              // CR940 - Fix Value/ValueMap mismatch in FCPort.ActiveFC4Types
  80              // CR948 - Add additional value of "G" to FCPort.PortType
  81              // CR970 - Removal of the Experimental qualifier
  82              //       - Move ZoneCapabilities to CIM V2.8, as Experimental
  83              // CR975 - Clean up of Zone
  84              // CR976 - Remove ZoneAlias in lieu of the Network's class
  85 a.dunfey 1.1 //         NamedAddressCollection
  86              // CR977 - Update to ZoneMemberSettingData to allow for common
  87              //         superclass of ConnectivitySettingData
  88              // 
  89              // Change Log for v2.7
  90              // CR630 - Add FCPort and FCPortStatistics
  91              // CR674 - Add ZoneSet, Zone, ZoneAlias, ZoneMemberSettingData,
  92              //         ZoneService and ZoneCapabilities
  93              // CR783 - Modify FCPort and FCPortStatistics
  94              // ==================================================================
  95              
  96              #pragma locale ("en_US")
  97              
  98              
  99              // ==================================================================
 100              // FCPort
 101              // ==================================================================
 102                 [Version ( "2.7.1" ), Description (
 103                     "Capabilities and management of a Fibre Channel Port Device.")]
 104              class CIM_FCPort : CIM_NetworkPort {
 105              
 106 a.dunfey 1.1       [Override ( "PortType" ), Description (
 107                        "The specific mode currently enabled for the Port. The "
 108                        "values: \"N\" = Node Port, \"NL\" = Node Port supporting FC "
 109                        "arbitrated loop, \"E\" = Expansion Port connecting fabric "
 110                        "elements (for example, FC switches), \"F\" = Fabric "
 111                        "(element) Port, \"FL\" = Fabric (element) Port supporting "
 112                        "FC arbitrated loop, \"B\" = Bridge and \"G\" = Generic "
 113                        "Port. PortTypes are defined in the ANSI X3 standards. When "
 114                        "set to 1 (\"Other\"), the related property OtherPortType "
 115                        "contains a string description of the port's type."), 
 116                     ValueMap { "0", "1", "10", "11", "12", "13", "14", "15", "16",
 117                        "17", "18", "16000..65535" }, 
 118                     Values { "Unknown", "Other", "N", "NL", "F/NL", "Nx", "E", "F",
 119                        "FL", "B", "G", "Vendor Reserved" }]
 120                 uint16 PortType;
 121              
 122                    [Description (
 123                        "An array of integers indicating the Fibre Channel Classes "
 124                        "of Service that are supported. The active COS are indicated "
 125                        "in ActiveCOS."), 
 126                     ValueMap { "0", "1", "2", "3", "4", "5", "6", "7" }, 
 127 a.dunfey 1.1        Values { "Unknown", "1", "2", "3", "4", "5", "6", "F" }]
 128                 uint16 SupportedCOS[];
 129              
 130                    [Description (
 131                        "An array of integers indicating the Classes of Service that "
 132                        "are active. The Active COS is indicated in ActiveCOS."), 
 133                     ValueMap { "0", "1", "2", "3", "4", "5", "6", "7" }, 
 134                     Values { "Unknown", "1", "2", "3", "4", "5", "6", "F" }, 
 135                     ModelCorrespondence { "CIM_FCPort.SupportedCOS" }]
 136                 uint16 ActiveCOS[];
 137              
 138                    [Description (
 139                        "An array of integers indicating the Fibre Channel FC-4 "
 140                        "protocols supported. The protocols that are active and "
 141                        "running are indicated in the ActiveFC4Types property."), 
 142                     ValueMap { "0", "1", "4", "5", "8", "9", "17", "18", "19", "21",
 143                        "22", "23", "25", "26", "27", "28", "32", "34", "36", "64",
 144                        "80", "81", "82", "88", "96", "255" }, 
 145                     Values { "Unknown", "Other", "ISO/IEC 8802 - 2 LLC",
 146                        "IP over FC", "SCSI - FCP", "SCSI - GPP", "IPI - 3 Master",
 147                        "IPI - 3 Slave", "IPI - 3 Peer", "CP IPI - 3 Master",
 148 a.dunfey 1.1           "CP IPI - 3 Slave", "CP IPI - 3 Peer", "SBCCS Channel",
 149                        "SBCCS Control Unit", "FC-SB-2 Channel",
 150                        "FC-SB-2 Control Unit",
 151                        "Fibre Channel Services (FC-GS, FC-GS-2, FC-GS-3)", "FC-SW",
 152                        "FC - SNMP", "HIPPI - FP", "BBL Control",
 153                        "BBL FDDI Encapsulated LAN PDU",
 154                        "BBL 802.3 Encapsulated LAN PDU", "FC - VI", "FC - AV",
 155                        "Vendor Unique" }]
 156                 uint16 SupportedFC4Types[];
 157              
 158                    [Description (
 159                        "An array of integers indicating the Fibre Channel FC-4 "
 160                        "protocols currently running. A list of all protocols "
 161                        "supported is indicated in the SupportedFC4Types property."), 
 162                     ValueMap { "0", "1", "4", "5", "8", "9", "17", "18", "19", "21",
 163                        "22", "23", "25", "26", "27", "28", "32", "34", "36", "64",
 164                        "80", "81", "82", "88", "96", "255" }, 
 165                     Values { "Unknown", "Other", "ISO/IEC 8802 - 2 LLC",
 166                        "IP over FC", "SCSI - FCP", "SCSI - GPP", "IPI - 3 Master",
 167                        "IPI - 3 Slave", "IPI - 3 Peer", "CP IPI - 3 Master",
 168                        "CP IPI - 3 Slave", "CP IPI - 3 Peer", "SBCCS Channel",
 169 a.dunfey 1.1           "SBCCS Control Unit", "FC-SB-2 Channel",
 170                        "FC-SB-2 Control Unit",
 171                        "Fibre Channel Services (FC-GS, FC-GS-2, FC-GS-3)", "FC-SW",
 172                        "FC - SNMP", "HIPPI - FP", "BBL Control",
 173                        "BBL FDDI Encapsulated LAN PDU",
 174                        "BBL 802.3 Encapsulated LAN PDU", "FC - VI", "FC - AV",
 175                        "Vendor Unique" }, 
 176                     ModelCorrespondence { "CIM_FCPort.SupportedFC4Types" }]
 177                 uint16 ActiveFC4Types[];
 178              };
 179              
 180              
 181              // ==================================================================
 182              // ZoneSet
 183              // ==================================================================
 184                 [Version ( "2.7.0" ), Description (
 185                     "A ZoneSet is a group of zones that are managed collectively by "
 186                     "the same domain. The managing domain is indicated by the "
 187                     "HostedCollection association. For example, for Fibre Channel, "
 188                     "this would indicate a set of zones that are part of a fabric. "
 189                     "The zones are only under zone enforcement by the fabric, if "
 190 a.dunfey 1.1        "the zoneset is set to active.")]
 191              class CIM_ZoneSet : CIM_ConnectivityCollection {
 192              
 193                    [Required, Override ( "ElementName" ), Write, Description (
 194                        "A user-friendly name for the ZoneSet that is unique within "
 195                        "the AdminDomain.")]
 196                 string ElementName;
 197              
 198                    [Required, Write, Description (
 199                        "Indicates that this ZoneSet is currently active (i.e. under "
 200                        "enforcement of a fabric). This property can be used to "
 201                        "distinguish between a ZoneSet that is currently active and "
 202                        "a snapshot of a ZoneSet (with the same InstanceName) that "
 203                        "is for \"offline\" editing.")]
 204                 boolean Active;
 205              };
 206              
 207              
 208              // ==================================================================
 209              // Zone
 210              // ==================================================================
 211 a.dunfey 1.1    [Version ( "2.7.0" ), Description (
 212                     "A zone is a group of Ports, Endpoints, Nodes, Zones, and/or "
 213                     "NamedAddressCollections that are managed collectively by the "
 214                     "same domain. The managing domain is indicated by the "
 215                     "HostedCollection association. For Fibre Channel, a zone "
 216                     "indicates a set of members that are participating together in "
 217                     "the fabric.")]
 218              class CIM_Zone : CIM_ConnectivityCollection {
 219              
 220                    [Required, Override ( "ElementName" ), Write, Description (
 221                        "A user-friendly name for the Zone that is unique within the "
 222                        "AdminDomain.")]
 223                 string ElementName;
 224              
 225                    [Required, Description (
 226                        "Indicates that this Zone is currently active (i.e. under "
 227                        "enforcement of a fabric). This property can be used to "
 228                        "distinguish between a Zone that is currently active and a "
 229                        "snapshot of a Zone (with the same InstanceName) that is for "
 230                        "\"offline\" editing.")]
 231                 boolean Active;
 232 a.dunfey 1.1 
 233                    [Required, Description (
 234                        "The type of zoning to be enforced."), 
 235                     ValueMap { "0", "1", "2", "3", "..", "32768..65535" }, 
 236                     Values { "Unknown", "Other", "Default", "Protocol",
 237                        "DMTF Reserved", "Vendor Reserved" }, 
 238                     ModelCorrespondence { "CIM_Zone.OtherZoneTypeDescription" }]
 239                 uint16 ZoneType;
 240              
 241                    [Description (
 242                        "A string describing the ZoneType when the ZoneType value is "
 243                        "1 \"Other\"."), 
 244                     ModelCorrespondence { "CIM_Zone.ZoneType" }]
 245                 string OtherZoneTypeDescription;
 246              
 247                    [Description (
 248                        "Specific clarification when necessary when the ProtocolType "
 249                        "has an enumeration that requires it. Specifically, if "
 250                        "ProtocolType is \"Protocol\", then SubType the Fibre "
 251                        "Channel FC4 type."), 
 252                     ValueMap { "0", "1", "2", "3", "4", "..", "32768..65535" }, 
 253 a.dunfey 1.1        Values { "Unknown", "Other", "SCSI", "VI", "IP",
 254                        "DMTF Reserved", "Vendor Reserved" }, 
 255                     ModelCorrespondence { "CIM_Zone.OtherZoneSubTypeDescription" }]
 256                 uint16 ZoneSubType;
 257              
 258                    [Description (
 259                        "A string describing the ZoneSubType when the ZoneSubType "
 260                        "value is 1 \"Other\"."), 
 261                     ModelCorrespondence { "CIM_Zone.ZoneSubType" }]
 262                 string OtherZoneSubTypeDescription;
 263              };
 264              
 265              
 266              // ==================================================================
 267              // ZoneMembershipSettingData
 268              // ==================================================================
 269                 [Version ( "2.8.0" ), Description (
 270                     "ZoneMembershipSettingData provides the identification criteria "
 271                     "for possible Zone and ZoneAlias members.")]
 272              class CIM_ZoneMembershipSettingData : CIM_ConnectivityMembershipSettingData {
 273              
 274 a.dunfey 1.1       [Override ( "ConnectivityMemberType" ), Description (
 275                        "ConnectivityMemberType specifies the type of identification "
 276                        "used in the ConnectivityMemberID field. For Fibre Channel, "
 277                        "several of the enumerated values require additional "
 278                        "explanation: \n"
 279                        "* A ConnectivityMemberType equal to 2 (Permanent Address) "
 280                        "indicates that an NxPort WWN value should be specified in "
 281                        "the related ConnectivityMemberID property \n"
 282                        "* A ConnectivityMemberType of 3 (Network Address) indicates "
 283                        "that an NxPort Address ID value should be specified in the "
 284                        "related ConnectivityMemberID property \n"
 285                        "* A ConnectivityMemberType of 4 (Switch Port ID) indicates "
 286                        "that a Domain/Port Number value should be specified in the "
 287                        "related ConnectivityMemberID property \n"
 288                        "* A ConnectivityMemberType of 5 (Logical Port Group) "
 289                        "indicates that a Node WWN value should be specified in the "
 290                        "related ConnectivityMemberID property.")]
 291                 uint16 ConnectivityMemberType;
 292              };
 293              
 294              
 295 a.dunfey 1.1 // ==================================================================
 296              // ZoneService
 297              // ==================================================================
 298                 [Version ( "2.8.1000" ), Description (
 299                     "The ZoneService if responsible for managing the zone "
 300                     "enforcement for the fabric. The ZoneService is hosted on an "
 301                     "AdminDomain. This is depicted by the HostedService "
 302                     "association.")]
 303              class CIM_ZoneService : CIM_Service {
 304              
 305                    [Description (
 306                        "SessionState is an integer enumeration indicating whether "
 307                        "the session is currently starting (value = 2), or ended "
 308                        "(value = 3). It is possible that a particular instance of a "
 309                        "ZoneService may not support sessions. If this occurs, the "
 310                        "value 4 (\"Not Applicable\") is used."), 
 311                     ValueMap { "0", "2", "3", "4" }, 
 312                     Values { "Unknown", "Starting", "Ended", "Not Applicable" }]
 313                 uint16 SessionState = 4;
 314              
 315                    [Description (
 316 a.dunfey 1.1           "RequestedSessionState is an integer enumeration indicating "
 317                        "whether the ZoneService session has been requested to start "
 318                        "(value = 2), end (3), or terminate (4). Note that when "
 319                        "RequestedSessionState is set to 4 (\"Not Applicable\"), "
 320                        "then this property is not used. By default, the element's "
 321                        "RequestedSessionState is 5 (\"No Change\")."), 
 322                     ValueMap { "2", "3", "4", "5" }, 
 323                     Values { "Start", "End", "Terminate", "No Change" }, 
 324                     ModelCorrespondence { "CIM_ZoneService.SessionState",
 325                        "CIM_ZoneService.SessionControl()" }]
 326                 uint16 RequestedSessionState = 5;
 327              
 328                    [Description (
 329                        "The method creates a ZoneSet and the association "
 330                        "HostedCollection. The newly created association, "
 331                        "HostedCollection, associates the Zone to the same "
 332                        "AdminDomain the ZoneService is hosted to. For the newly "
 333                        "created ZoneSet, the Active property is always set to "
 334                        "false. \n"
 335                        "\n"
 336                        "This method maybe deprecated in the future in lieu of "
 337 a.dunfey 1.1           "intrinsics once limitations in the CIM Operations are "
 338                        "addressed."), 
 339                     ValueMap { "0", "1", "2", "3", "4", "5", "6", "7", "8", "9",
 340                        "10..0x0FFF", "0x1000..0x7777", "0x8000.." }, 
 341                     Values { "Success", "Not Supported", "Unspecified Error",
 342                        "Timeout", "Failed", "Invalid Parameter", "Access_Denied",
 343                        "Not_Found", "Already_Exists", "Insufficient_Resources",
 344                        "DMTF_Reserved", "Method_Reserved", "Vendor_Reserved" }]
 345                 uint32 CreateZoneSet( 
 346                       [Required, IN, Description (
 347                           "A user-friendly name for the ZoneSet that is unique "
 348                           "within the AdminDomain."), 
 349                        ModelCorrespondence { "CIM_ZoneSet.ElementName" }]
 350                    string ZoneSetName, 
 351                       [IN ( false ), OUT, Description (
 352                           "A reference to the newly created Zone.")]
 353                    CIM_ZoneSet ref ZoneSet); 
 354              
 355                    [Description (
 356                        "The method creates a Zone and the association "
 357                        "HostedCollection. The newly created association, "
 358 a.dunfey 1.1           "HostedCollection, associates the Zone to the same "
 359                        "AdminDomain the ZoneService is hosted to. For the newly "
 360                        "created Zone, the Active property is always set to false. \n"
 361                        "\n"
 362                        "This method maybe deprecated in the future in lieu of "
 363                        "intrinsics once limitations in the CIM Operations are "
 364                        "addressed."), 
 365                     ValueMap { "0", "1", "2", "3", "4", "5", "6", "7", "8", "9",
 366                        "10..0x0FFF", "0x1000..0x7777", "0x8000.." }, 
 367                     Values { "Success", "Not Supported", "Unspecified Error",
 368                        "Timeout", "Failed", "Invalid Parameter", "Access_Denied",
 369                        "Not_Found", "Already_Exists", "Insufficient_Resources",
 370                        "DMTF_Reserved", "Method_Reserved", "Vendor_Reserved" }]
 371                 uint32 CreateZone( 
 372                       [Required, IN, Description (
 373                           "A user-friendly name for the Zone that is unique within "
 374                           "the AdminDomain."), 
 375                        ModelCorrespondence { "CIM_Zone.ElementName" }]
 376                    string ZoneName, 
 377                       [IN, Description (
 378                           "The type of zoning to be enforced."), 
 379 a.dunfey 1.1           ValueMap { "2", "3" }, 
 380                        Values { "Default", "Protocol" }, 
 381                        ModelCorrespondence { "CIM_Zone.ZoneType" }]
 382                    uint16 ZoneType, 
 383                       [IN, Description (
 384                           "Specific clarification when necessary when the ZoneType "
 385                           "has an enumeration that requires it. Specifically, if "
 386                           "ZoneType is \"Protocol\", then SubType is the Fibre "
 387                           "Channel FC4 type."), 
 388                        ValueMap { "2", "3", "4" }, 
 389                        Values { "SCSI", "VI", "IP" }, 
 390                        ModelCorrespondence { "CIM_Zone.ZoneSubType" }]
 391                    uint16 ZoneSubType, 
 392                       [IN ( false ), OUT, Description (
 393                           "A reference to the newly created Zone.")]
 394                    CIM_Zone ref Zone); 
 395              
 396                    [Description (
 397                        "The method creates a ZoneAlias and the association "
 398                        "HostedCollection. The newly created association, "
 399                        "HostedCollection, associates the ZoneAlias to the same "
 400 a.dunfey 1.1           "AdminDomain the ZoneService is hosted to. For the newly "
 401                        "created ZoneAlias, the Active property is always set to "
 402                        "false. \n"
 403                        "\n"
 404                        "This method maybe deprecated in the future in lieu of "
 405                        "intrinsics once limitations in the CIM Operations are "
 406                        "addressed."), 
 407                     ValueMap { "0", "1", "2", "3", "4", "5", "6", "7", "8", "9",
 408                        "10..0x0FFF", "0x1000..0x7777", "0x8000.." }, 
 409                     Values { "Success", "Not Supported", "Unspecified Error",
 410                        "Timeout", "Failed", "Invalid Parameter", "Access_Denied",
 411                        "Not_Found", "Already_Exists", "Insufficient_Resources",
 412                        "DMTF_Reserved", "Method_Reserved", "Vendor_Reserved" }]
 413                 uint32 CreateZoneAlias( 
 414                       [Required, IN, Description (
 415                           "A name (alias) for the ZoneAlias which is unique in the "
 416                           "context of the hosting System."), 
 417                        ModelCorrespondence { "CIM_ZoneAlias.CollectionAlias" }]
 418                    string CollectionAlias, 
 419                       [IN ( false ), OUT, Description (
 420                           "A reference to the newly created ZoneAlias.")]
 421 a.dunfey 1.1       CIM_NamedAddressCollection ref ZoneAlias); 
 422              
 423                    [Description (
 424                        "CreateZoneMembershipSettingData creates a "
 425                        "ZoneMembershipSettingData and adds it to the specified Zone "
 426                        "or ZoneAlias by creating a MemberOfCollection association. "
 427                        "\n\n"
 428                        "This method maybe deprecated in the future in lieu of "
 429                        "intrinsics once limitations in the CIM Operations are "
 430                        "addressed."), 
 431                     ValueMap { "0", "1", "2", "3", "4", "5", "6", "7", "8", "9",
 432                        "10..0x0FFF", "0x1000..0x7777", "0x8000.." }, 
 433                     Values { "Success", "Not Supported", "Unspecified Error",
 434                        "Timeout", "Failed", "Invalid Parameter", "Access_Denied",
 435                        "Not_Found", "Already_Exists", "Insufficient_Resources",
 436                        "DMTF_Reserved", "Method_Reserved", "Vendor_Reserved" }]
 437                 uint32 CreateZoneMembershipSettingData( 
 438                       [Required, IN, Description (
 439                           "Identifies the type of identification placed in "
 440                           "ConnectivityMemberID."), 
 441                        ValueMap { "0", "1", "2", "3", "4", "5", "..", "0x8000.." }, 
 442 a.dunfey 1.1           Values { "Unknown", "Other", "PermanentAddress",
 443                           "NetworkAddress", "SwitchPortID", "LogicalPortGroup",
 444                           "DMTF_Reserved", "Vendor_Reserved" }, 
 445                        ModelCorrespondence { 
 446                           "CIM_ZoneMembershipSettingData.ZoneMemberType" }]
 447                    uint16 ConnectivityMemberType, 
 448                       [Required, IN, Description (
 449                           "This specifies the type of identification used in the "
 450                           "ConnectivityMemberID field. For Fibre Channel: \n"
 451                           "* A ConnectivityMemberType of 'PermanentAddress', the "
 452                           "ConnectivityMemberID is the NxPort WWN; \n"
 453                           "* A ConnectivityMemberType of 'NetworkAddress', the "
 454                           "ConnectivityMemberID is the NXPort Address ID; \n"
 455                           "* A ConnectivityMemberType of 'SwitchPortID', the "
 456                           "ConnectivityMemberID is 'Domain:PortNumber'."), 
 457                        ModelCorrespondence { 
 458                           "CIM_ZoneMembershipSettingData.ConnectivityMemberID" }]
 459                    string ConnectivityMemberID, 
 460                       [Required, IN, Description (
 461                           "The collection that the ZoneMembershipSettingData should "
 462                           "be added to. The collection is either a Zone or "
 463 a.dunfey 1.1              "ZoneAlias.")]
 464                    CIM_SystemSpecificCollection ref SystemSpecificCollection, 
 465                       [IN ( false ), OUT, Description (
 466                           "A reference to the newly created "
 467                           "ZoneMembershipSettingData.")]
 468                    CIM_ZoneMembershipSettingData ref ZoneMembershipSettingData); 
 469              
 470                    [Description (
 471                        "Adds to the ZoneSet the specified Zone. Adding a Zone to a "
 472                        "ZoneSet, extends the zone enforcement definition of the "
 473                        "ZoneSet to include the members of that Zone. If adding the "
 474                        "Zone is, successful, the Zone should be associated to the "
 475                        "ZoneSet by MemberOfCollection. \n"
 476                        "\n"
 477                        "This method maybe deprecated in the future in lieu of "
 478                        "intrinsics once limitations in the CIM Operations are "
 479                        "addressed."), 
 480                     ValueMap { "0", "1", "2", "3", "4", "5", "6", "7", "8", "9",
 481                        "10..0x0FFF", "0x1000..0x7777", "0x8000.." }, 
 482                     Values { "Success", "Not Supported", "Unspecified Error",
 483                        "Timeout", "Failed", "Invalid Parameter", "Access_Denied",
 484 a.dunfey 1.1           "Not_Found", "Already_Exists", "Insufficient_Resources",
 485                        "DMTF_Reserved", "Method_Reserved", "Vendor_Reserved" }]
 486                 uint32 AddZone( 
 487                       [Required, IN, Description (
 488                           "A reference to the ZoneSet the Zone is added to.")]
 489                    CIM_ZoneSet ref ZoneSet, 
 490                       [IN, Description (
 491                           "A reference to the Zone to be added to the ZoneSet.")]
 492                    CIM_Zone ref Zone); 
 493              
 494                    [Description (
 495                        "Adds to the Zone or ZoneAlias the specified "
 496                        "ZoneMembershipSettingData. If adding the "
 497                        "ZoneMembershipSettingData is successful, an "
 498                        "ElementSettingData association will be created between the "
 499                        "ZoneMembershipSettingData and either the Zone or ZoneAlias. "
 500                        "\n\n"
 501                        "This method maybe deprecated in the future in lieu of "
 502                        "intrinsics once limitations in the CIM Operations are "
 503                        "addressed."), 
 504                     ValueMap { "0", "1", "2", "3", "4", "5", "6", "7", "8", "9",
 505 a.dunfey 1.1           "10..0x0FFF", "0x1000..0x7777", "0x8000.." }, 
 506                     Values { "Success", "Not Supported", "Unspecified Error",
 507                        "Timeout", "Failed", "Invalid Parameter", "Access_Denied",
 508                        "Not_Found", "Already_Exists", "Insufficient_Resources",
 509                        "DMTF_Reserved", "Method_Reserved", "Vendor_Reserved" }]
 510                 uint32 AddZoneMembershipSettingData( 
 511                       [Required, IN, Description (
 512                           "A reference to the Zone or ZoneAlias the "
 513                           "ZoneMembershipSettingData is to be added.")]
 514                    CIM_SystemSpecificCollection ref SystemSpecificCollection, 
 515                       [IN, Description (
 516                           "A reference to the ZoneMembershipSettingData to be added "
 517                           "to the Zone or ZoneAlias.")]
 518                    CIM_ZoneMembershipSettingData ref ZoneMembershipSettingData); 
 519              
 520                    [Description (
 521                        "Adds to the Zone the specified ZoneAlias. \n"
 522                        "\n"
 523                        "This method maybe deprecated in the future in lieu of "
 524                        "intrinsics once limitations in the CIM Operations are "
 525                        "addressed."), 
 526 a.dunfey 1.1        ValueMap { "0", "1", "2", "3", "4", "5", "6", "7", "8", "9",
 527                        "10..0x0FFF", "0x1000..0x7777", "0x8000.." }, 
 528                     Values { "Success", "Not Supported", "Unspecified Error",
 529                        "Timeout", "Failed", "Invalid Parameter", "Access_Denied",
 530                        "Not_Found", "Already_Exists", "Insufficient_Resources",
 531                        "DMTF_Reserved", "Method_Reserved", "Vendor_Reserved" }]
 532                 uint32 AddZoneAlias( 
 533                       [Required, IN, Description (
 534                           "A reference to the Zone the ZoneAlias is to be added.")]
 535                    CIM_Zone ref Zone, 
 536                       [IN, Description (
 537                           "A reference to the ZoneAlias to be added to the Zone.")]
 538                    CIM_NamedAddressCollection ref ZoneAlias); 
 539              
 540                    [Description (
 541                        "Activates the specified ZoneSet. Once the ZoneSet in "
 542                        "activated, the ZoneSet and associatiated Zone, ZoneAliases, "
 543                        "and ZoneMembershipSettingData instances will have the "
 544                        "active flag set to true. \n"
 545                        "\n"
 546                        "This method maybe deprecated in the future in lieu of "
 547 a.dunfey 1.1           "intrinsics once limitations in the CIM Operations are "
 548                        "addressed."), 
 549                     ValueMap { "0", "1", "2", "3", "4", "5", "6", "7", "9",
 550                        "10..0x0FFF", "0x1000..0x7777", "0x8000.." }, 
 551                     Values { "Success", "Not Supported", "Unspecified Error",
 552                        "Timeout", "Failed", "Invalid Parameter", "Access_Denied",
 553                        "Not_Found", "Insufficient_Resources", "DMTF_Reserved",
 554                        "Method_Reserved", "Vendor_Reserved" }]
 555                 uint32 ActivateZoneSet ( 
 556                       [Required, IN, Description (
 557                           "A reference to the ZoneSet to be activated.")]
 558                    CIM_ZoneSet ref ZoneSet, 
 559                       [Required, IN, Description (
 560                           "Activate indicates whether the references ZoneSet should "
 561                           "be activated (Active=true) or deactivated "
 562                           "(Active=false).")]
 563                    boolean Activate); 
 564              
 565                    [Description (
 566                        "SessionControl requests that a session start (value = 2), "
 567                        "end (3), or terminate (4)."), 
 568 a.dunfey 1.1        ValueMap { "0", "1", "2", "3", "4", "5", "6", "9", "10..0x0FFF",
 569                        "0x1000..0x7777", "0x8000.." }, 
 570                     Values { "Success", "Not Supported", "Unspecified Error",
 571                        "Timeout", "Failed", "Invalid Parameter", "Access_Denied",
 572                        "Insufficient_Resources", "DMTF_Reserved", "Method_Reserved",
 573                        "Vendor_Reserved" }]
 574                 uint32 SessionControl ( 
 575                       [IN, Description (
 576                           "RequestedSessionState is an integer enumeration "
 577                           "indicating whether the ZoneService session has been "
 578                           "requested to start (value = 2), end (3), or terminate "
 579                           "(4)."), 
 580                        ValueMap { "2", "3", "4" }, 
 581                        Values { "Start", "End", "Terminate" }, 
 582                        ModelCorrespondence { "CIM_ZoneService.RequestedSessionState" 
 583                           }]
 584                    uint16 RequestedSessionState); 
 585              
 586                    [Experimental, Description (
 587                        "DefaultZoningState indicates whether fabric members "
 588                        "(devices) not in any other active zones can access each "
 589 a.dunfey 1.1           "other. In particular, if no zones are active, a "
 590                        "DefaultZoningState \"Allow\" indicates that all fabric "
 591                        "members can access each other."), 
 592                     ValueMap { "0", "2", "3" }, 
 593                     Values { "Unknown", "Allow", "Deny" }]
 594                 uint16 DefaultZoningState;
 595              };
 596              
 597              
 598              // ==================================================================
 599              // FibreProtocolService
 600              // ==================================================================
 601                 [Version ( "2.6.0" ), Description (
 602                     "FibreProtocolService abstracts and allows the management of "
 603                     "the Alias, Management, Time, Security, Directory (Naming) and "
 604                     "other services and functions available in a Fibre Channel "
 605                     "network. This class will be further defined in a later release "
 606                     "of CIM.")]
 607              class CIM_FibreProtocolService : CIM_Service {
 608              };
 609              
 610 a.dunfey 1.1 
 611              // ==================================================================
 612              // FCPortStatistics
 613              // ==================================================================
 614                 [Version ( "2.8.0" ), Description (
 615                     "FCPortStatistics is the statistics for the FCPort.")]
 616              class CIM_FCPortStatistics : CIM_NetworkPortStatistics {
 617              
 618                    [Description (
 619                        "LIPCount is the number of LIP events that have occurred on "
 620                        "an arbitrated loop."), 
 621                     Counter]
 622                 uint64 LIPCount;
 623              
 624                    [Description (
 625                        "NOSCount is the number of NOS events that have occurred on "
 626                        "the switched fabric."), 
 627                     Counter]
 628                 uint64 NOSCount;
 629              
 630                    [Description (
 631 a.dunfey 1.1           "ErrorFrames is the number of frames that have been received "
 632                        "in error."), 
 633                     Counter]
 634                 uint64 ErrorFrames;
 635              
 636                    [Description (
 637                        "DumpedFrames is the number of frames that were lost due to "
 638                        "a lack of host buffers available."), 
 639                     Counter]
 640                 uint64 DumpedFrames;
 641              
 642                    [Description (
 643                        "LinkFailure is the number of times a link error has "
 644                        "occurred. This count is part of the Link Error Status Block "
 645                        "(LESB)."), 
 646                     Counter]
 647                 uint64 LinkFailures;
 648              
 649                    [Description (
 650                        "Number of times that signal is lost on the Port since last "
 651                        "reset of the Device. This count is part of the Link Error "
 652 a.dunfey 1.1           "Status Block (LESB)."), 
 653                     Counter]
 654                 uint64 LossOfSignalCounter;
 655              
 656                    [Description (
 657                        "Number of times that synchronization is lost on the Port "
 658                        "since last reset of the Device. Synchronization is assumed "
 659                        "lost after a timeout period (identified by the Receiver "
 660                        "TransmitterTimeout property) is exceeded. This count is "
 661                        "part of the Link Error Status Block (LESB)."), 
 662                     Counter]
 663                 uint64 LossOfSyncCounter;
 664              
 665                    [Description (
 666                        "Count of primitive sequence protocol errors detected at "
 667                        "this port. This count is part of the Link Error Status "
 668                        "Block (LESB)."), 
 669                     Counter]
 670                 uint64 PrimitiveSeqProtocolErrCount;
 671              
 672                    [Description (
 673 a.dunfey 1.1           "Number of times that the CRC in a frame does not match the "
 674                        "CRC computed by the receiver. This count is part of the "
 675                        "Link Error Status Block (LESB)."), 
 676                     Counter]
 677                 uint64 CRCErrors;
 678              
 679                    [Description (
 680                        "The number of transmission words that had an invalid "
 681                        "character (8b10b code violation) in one or more of its "
 682                        "characters, had a K28.5 (8b10b control) in its second, "
 683                        "third or fourth character positions, and/or had an "
 684                        "incorrect Beginning Running Disparity. This count is part "
 685                        "of the Link Error Status Block (LESB)."), 
 686                     Counter]
 687                 uint64 InvalidTransmissionWords;
 688              
 689                    [Description (
 690                        "The number of frames received that were shorter than 28 "
 691                        "octets. The value of 28 is calculated based on an "
 692                        "assumption of 24 header bytes plus 4 CRC bytes. The count "
 693                        "does not include SOF/EOF bytes which are not data."), 
 694 a.dunfey 1.1        Counter]
 695                 uint64 FramesTooShort;
 696              
 697                    [Description (
 698                        "The number of frames received that were longer than 2140 "
 699                        "octets. The value of 2140 is calculated based on an "
 700                        "assumption of 24 header bytes plus 4 CRC bytes and 2112 "
 701                        "bytes of payload."), 
 702                     Counter]
 703                 uint64 FramesTooLong;
 704              
 705                    [Description (
 706                        "Count of frames received with unknown addressing. An "
 707                        "example is an unknown SID or DID. The SID or DID is not "
 708                        "known to the routing algorithm."), 
 709                     Counter]
 710                 uint64 AddressErrors;
 711              
 712                    [Description (
 713                        "Count of occurrences when all input buffers of a port were "
 714                        "full and outbound buffer-to-buffer credit transitioned to "
 715 a.dunfey 1.1           "zero. There is no credit to provide to other side."), 
 716                     Counter]
 717                 uint64 BufferCreditNotProvided;
 718              
 719                    [Description (
 720                        "Count of transitions in/out of BBcredit zero state. The "
 721                        "other side is not providing any credit."), 
 722                     Counter]
 723                 uint64 BufferCreditNotReceived;
 724              
 725                    [Description (
 726                        "Count of invalid frame delimiters received at this port. An "
 727                        "example is a frame with a class 2 start and a class 3 at "
 728                        "the end."), 
 729                     Counter]
 730                 uint64 DelimiterErrors;
 731              
 732                    [Description (
 733                        "Count of disparity errors received at this port."), 
 734                     Counter]
 735                 uint64 EncodingDisparityErrors;
 736 a.dunfey 1.1 
 737                    [Description (
 738                        "Count of Link resets. This is the number of LRs received."), 
 739                     Counter]
 740                 uint64 LinkResetsReceived;
 741              
 742                    [Description (
 743                        "Count of Link resets. This is the number of LRs "
 744                        "transmitted."), 
 745                     Counter]
 746                 uint64 LinkResetsTransmitted;
 747              
 748                    [Description (
 749                        "Count of Multicast Frames or Packets received."), 
 750                     Counter]
 751                 uint64 MulticastFramesReceived;
 752              
 753                    [Description (
 754                        "Count of Multicast Frames or Packets transmitted."), 
 755                     Counter]
 756                 uint64 MulticastFramesTransmitted;
 757 a.dunfey 1.1 
 758                    [Description (
 759                        "FBSYFrames is the count of times that FBSY was returned to "
 760                        "the port."), 
 761                     Counter, 
 762                     MappingStrings { 
 763                        "FC-SWAPI.T11|ErrorCounters|1.SWAPI_STATS_LBL_FBSY" }]
 764                 uint64 FBSYFrames;
 765              
 766                    [Description (
 767                        "PBSYFrames is the count of times that PBSY was returned to "
 768                        "the port."), 
 769                     Counter, 
 770                     MappingStrings { 
 771                        "FC-SWAPI.T11|ErrorCounters|1.SWAPI_STATS_LBL_PBSY" }]
 772                 uint64 PBSYFrames;
 773              
 774                    [Description (
 775                        "FRJTFrames is the count of times that FRJT was returned to "
 776                        "the port."), 
 777                     Counter, 
 778 a.dunfey 1.1        MappingStrings { 
 779                        "FC-SWAPI.T11|ErrorCounters|1.SWAPI_STATS_LBL_FRJT" }]
 780                 uint64 FRJTFrames;
 781              
 782                    [Description (
 783                        "PRJTFrames is the count of times that PRJT was returned to "
 784                        "the port."), 
 785                     Counter, 
 786                     MappingStrings { 
 787                        "FC-SWAPI.T11|ErrorCounters|1.SWAPI_STATS_LBL_PRJT" }]
 788                 uint64 PRJTFrames;
 789              
 790                    [Description (
 791                        "RXClass1Frames is the count of class 1 frames received."), 
 792                     Counter, 
 793                     MappingStrings { 
 794                        "FC-SWAPI.T11|PerformanceCounters|1.SWAPI_STATS_LBL_C1RF" }]
 795                 uint64 RXClass1Frames;
 796              
 797                    [Description (
 798                        "TXClass1Frames is the count of class 1 frames transmitted."), 
 799 a.dunfey 1.1        Counter, 
 800                     MappingStrings { 
 801                        "FC-SWAPI.T11|PerformanceCounters|1.SWAPI_STATS_LBL_C1TF" }]
 802                 uint64 TXClass1Frames;
 803              
 804                    [Description (
 805                        "Class1FBSY is the count of times that FBSY was returned to "
 806                        "the port."), 
 807                     Counter, 
 808                     MappingStrings { 
 809                        "FC-SWAPI.T11|PerformanceCounters|1.SWAPI_STATS_LBL_C1FB" }]
 810                 uint64 Class1FBSY;
 811              
 812                    [Description (
 813                        "Class1PBSY is the count of times that PBSY was returned to "
 814                        "the port."), 
 815                     Counter, 
 816                     MappingStrings { 
 817                        "FC-SWAPI.T11|PerformanceCounters|1.SWAPI_STATS_LBL_C1PB" }]
 818                 uint64 Class1PBSY;
 819              
 820 a.dunfey 1.1       [Description (
 821                        "Class1FRJT is the count of times that FRJT was returned to "
 822                        "the port."), 
 823                     Counter, 
 824                     MappingStrings { 
 825                        "FC-SWAPI.T11|PerformanceCounters|1.SWAPI_STATS_LBL_C1FR" }]
 826                 uint64 Class1FRJT;
 827              
 828                    [Description (
 829                        "Class1PRJT is the count of times that PRJT was returned to "
 830                        "the port."), 
 831                     Counter, 
 832                     MappingStrings { 
 833                        "FC-SWAPI.T11|PerformanceCounters|1.SWAPI_STATS_LBL_C1PR" }]
 834                 uint64 Class1PRJT;
 835              
 836                    [Description (
 837                        "RXClass2Frames is the count of class 2 frames received."), 
 838                     Counter, 
 839                     MappingStrings { 
 840                        "FC-SWAPI.T11|PerformanceCounters|1.SWAPI_STATS_LBL_C2RF" }]
 841 a.dunfey 1.1    uint64 RXClass2Frames;
 842              
 843                    [Description (
 844                        "TXClass2Frames is the count of class 2 frames transmitted."), 
 845                     Counter, 
 846                     MappingStrings { 
 847                        "FC-SWAPI.T11|PerformanceCounters|1.SWAPI_STATS_LBL_C2LF" }]
 848                 uint64 TXClass2Frames;
 849              
 850                    [Description (
 851                        "Class2FBSY is the count of times that FBSY was returned to "
 852                        "the port."), 
 853                     Counter, 
 854                     MappingStrings { 
 855                        "FC-SWAPI.T11|PerformanceCounters|1.SWAPI_STATS_LBL_C2FB" }]
 856                 uint64 Class2FBSY;
 857              
 858                    [Description (
 859                        "Class2PBSY is the count of times that PBSY was returned to "
 860                        "the port."), 
 861                     Counter, 
 862 a.dunfey 1.1        MappingStrings { 
 863                        "FC-SWAPI.T11|PerformanceCounters|1.SWAPI_STATS_LBL_C2PB" }]
 864                 uint64 Class2PBSY;
 865              
 866                    [Description (
 867                        "Class2FRJT is the count of times that FRJT was returned to "
 868                        "the port."), 
 869                     Counter, 
 870                     MappingStrings { 
 871                        "FC-SWAPI.T11|PerformanceCounters|1.SWAPI_STATS_LBL_C2FR" }]
 872                 uint64 Class2FRJT;
 873              
 874                    [Description (
 875                        "Class2PRJT is the count of times that PRJT was returned to "
 876                        "the port."), 
 877                     Counter, 
 878                     MappingStrings { 
 879                        "FC-SWAPI.T11|PerformanceCounters|1.SWAPI_STATS_LBL_C2PR" }]
 880                 uint64 Class2PRJT;
 881              
 882                    [Description (
 883 a.dunfey 1.1           "RXClass3Frames is the count of class 3 frames received."), 
 884                     Counter, 
 885                     MappingStrings { 
 886                        "FC-SWAPI.T11|PerformanceCounters|1.SWAPI_STATS_LBL_C3RF" }]
 887                 uint64 RXClass3Frames;
 888              
 889                    [Description (
 890                        "TXClass3Frames is the count of class 3 frames transmitted."), 
 891                     Counter, 
 892                     MappingStrings { 
 893                        "FC-SWAPI.T11|PerformanceCounters|1.SWAPI_STATS_LBL_C3TF" }]
 894                 uint64 TXClass3Frames;
 895              
 896                    [Description (
 897                        "Class3FramesDiscarded is the count of class 3 frames that "
 898                        "were discarded upon reception."), 
 899                     Counter, 
 900                     MappingStrings { 
 901                        "FC-SWAPI.T11|PerformanceCounters|1.SWAPI_STATS_LBL_C3DC" }]
 902                 uint64 Class3FramesDiscarded;
 903              
 904 a.dunfey 1.1       [Description (
 905                        "RXBroadcastFrames is the count of broadcast frames or "
 906                        "packets received."), 
 907                     Counter, 
 908                     MappingStrings { 
 909                        "FC-SWAPI.T11|PerformanceCounters|1.SWAPI_STATS_LBL_RBCO" }]
 910                 uint64 RXBroadcastFrames;
 911              
 912                    [Description (
 913                        "TXBroadcastFrames is the count of broadcast frames or "
 914                        "packets transmitted."), 
 915                     Counter, 
 916                     MappingStrings { 
 917                        "FC-SWAPI.T11|PerformanceCounters|1.SWAPI_STATS_LBL_TBCO" }]
 918                 uint64 TXBroadcastFrames;
 919              };
 920              
 921              
 922              // ==================================================================
 923              // FCPortRateStatistics
 924              // ==================================================================
 925 a.dunfey 1.1    [Version ( "2.8.0" ), Description (
 926                     "FCPortRateStatistics is the performance rates for the FCPort. "
 927                     "The Frame and Byte rates report the average of a counter "
 928                     "change per second and the maximum counter change per second "
 929                     "over a specified interval, the SampleInterval, which is "
 930                     "defined in the parent class, StatisticalData.")]
 931              class CIM_FCPortRateStatistics : CIM_StatisticalData {
 932              
 933                    [Description (
 934                        "TxFrameRate is the instantaneous transmit frame rate."), 
 935                     MappingStrings { 
 936                        "FC-SWAPI.T11|PerformanceRates|1.SWAPI_STATS_LBL_TFRR" }, 
 937                     ModelCorrespondence { "CIM_StatisticalData.SampleInterval" }]
 938                 uint64 TxFrameRate;
 939              
 940                    [Description (
 941                        "RxFrameRate is the instantaneous receive frame rate."), 
 942                     MappingStrings { 
 943                        "FC-SWAPI.T11|PerformanceRates|1.SWAPI_STATS_LBL_RFRR" }, 
 944                     ModelCorrespondence { "CIM_StatisticalData.SampleInterval" }]
 945                 uint64 RxFrameRate;
 946 a.dunfey 1.1 
 947                    [Description (
 948                        "MaxTxFrameRate is the maximum transmit frame rate achieved."), 
 949                     MappingStrings { 
 950                        "FC-SWAPI.T11|PerformanceRates|1.SWAPI_STATS_LBL_TFPR" }, 
 951                     ModelCorrespondence { "CIM_StatisticalData.SampleInterval" }]
 952                 uint64 MaxTxFrameRate;
 953              
 954                    [Description (
 955                        "MaxRxFrameRate is the maximum receive frame rate achieved."), 
 956                     MappingStrings { 
 957                        "FC-SWAPI.T11|PerformanceRates|1.SWAPI_STATS_LBL_RFPR" }, 
 958                     ModelCorrespondence { "CIM_StatisticalData.SampleInterval" }]
 959                 uint64 MaxRxFrameRate;
 960              
 961                    [Description (
 962                        "TxRate is the instantaneous transmit byte rate."), 
 963                     MappingStrings { "FC-SWAPI.T11|PerformanceRates|1. " 
 964                        "SWAPI_STATS_LBL_TBYR" }, 
 965                     ModelCorrespondence { "CIM_StatisticalData.SampleInterval" }]
 966                 uint64 TxRate;
 967 a.dunfey 1.1 
 968                    [Description (
 969                        "RxRate is the instantaneous receive byte rate."), 
 970                     MappingStrings { 
 971                        "FC-SWAPI.T11|PerformanceRates|1.SWAPI_STATS_LBL_RBYR" }, 
 972                     ModelCorrespondence { "CIM_StatisticalData.SampleInterval" }]
 973                 uint64 RxRate;
 974              
 975                    [Description (
 976                        "PeakTxRate is the maximum transmit byte rate achieved."), 
 977                     MappingStrings { "FC-SWAPI.T11|PerformanceRates|1. " 
 978                        "SWAPI_STATS_LBL_TBPR" }, 
 979                     ModelCorrespondence { "CIM_StatisticalData.SampleInterval" }]
 980                 uint64 PeakTxRate;
 981              
 982                    [Description (
 983                        "PeakRxRate is the maximum receive byte rate achieved."), 
 984                     MappingStrings { "FC-SWAPI.T11|PerformanceRates|1. " 
 985                        "SWAPI_STATS_LBL_RBPR" }, 
 986                     ModelCorrespondence { "CIM_StatisticalData.SampleInterval" }]
 987                 uint64 PeakRxRate;
 988 a.dunfey 1.1 };
 989              
 990              
 991              // ==================================================================
 992              // ZoneCapabilities
 993              // ==================================================================
 994                 [Version ( "2.8.0" ), Description (
 995                     "ZoneCapabilities exposes the capabilities for zoning of an "
 996                     "AdminDomain.")]
 997              class CIM_ZoneCapabilities : CIM_Capabilities {
 998              
 999                    [Description (
1000                        "The maximum length for the Zone Name that the AdminDomain "
1001                        "is capable of supporting.")]
1002                 uint32 ZoneNameMaxLen;
1003              
1004                    [Description (
1005                        "The ZoneNameFormat supported by the AdminDomain."), 
1006                     ValueMap { "0", "2", "3", "..", "0x8000.." }, 
1007                     Values { "Unknown", "Numeric", "Alpha Numeric", "DMTF Reserved",
1008                        "Vendor Reserved" }]
1009 a.dunfey 1.1    uint16 ZoneNameFormat;
1010              
1011                    [Description (
1012                        "The maximum number of ZoneSets that the AdminDomain is "
1013                        "capable of supporting.")]
1014                 uint32 MaxNumZoneSets;
1015              
1016                    [Description (
1017                        "The maximum number of Zones that the AdminDomain is capable "
1018                        "of supporting.")]
1019                 uint32 MaxNumZone;
1020              
1021                    [Description (
1022                        "The maximum number of ZoneMembers that the AdminDomain is "
1023                        "capable of supporting.")]
1024                 uint32 MaxNumZoneMembers;
1025              
1026                    [Description (
1027                        "The maximum number of Zones per ZoneSet that the "
1028                        "AdminDomain is capable of supporting.")]
1029                 uint32 MaxNumZonesPerZoneSet;
1030 a.dunfey 1.1 
1031                    [Description (
1032                        "The maximum number of ZoneAliases that the AdminDomain is "
1033                        "capable of supporting.")]
1034                 uint32 MaxNumZoneAliases;
1035              };
1036              
1037              // ===================================================================
1038              // FCSwitchSettings
1039              // ===================================================================
1040                 [Experimental, Version ( "2.8.1000" ), Description (
1041                     "A ComputerSystem that supports FC Switch capabilities may be "
1042                     "configured via the FCSwitchConfig class.")]
1043              class CIM_FCSwitchSettings : CIM_SettingData {
1044              
1045                    [Write, Description (
1046                        "The preferred domainID for the switch. If DomainIDLocked is "
1047                        "TRUE, then this will be the required DomainID for the "
1048                        "switch."), 
1049                     MinValue ( 1 ), MaxValue ( 239 ), 
1050                     MappingStrings { "FC-SWAPI.INCITS-T11|UcUnitConfigGetDomainID",
1051 a.dunfey 1.1           "GC-GS.INCITS-T11|InterconnectElement|DomainIdentifier" }, 
1052                     ModelCorrespondence { "CIM_FCSwitchSettings.DomainIDLocked" }]
1053                 uint8 PreferredDomainID;
1054              
1055                    [Write, Description (
1056                        "Boolean indicating if the switch may negotiate a new "
1057                        "domainID if the configured domainID is unavailable. If this "
1058                        "value is TRUE, a domainID conflict will cause the fabric "
1059                        "merge process to fail."), 
1060                     MappingStrings { 
1061                        "FC-SWAPI.INCITS-T11|UcUnitConfigGetDomainIDLocked" }, 
1062                     ModelCorrespondence { "CIM_FCSwitchSettings.PreferredDomainID" }]
1063                 boolean DomainIDLocked;
1064              
1065                    [Write, Description (
1066                        "This value affects the selection of a principal switch "
1067                        "within the fabric. It indirectly corresponds to the FC-FS "
1068                        "switch_priority value used during principal switch "
1069                        "selection. \n"
1070                        "- Principal: Attempt to become the principal switch in the "
1071                        "fabric. \n"
1072 a.dunfey 1.1           "- Subordinate: Attempt NOT to become the principal switch "
1073                        "in the fabric. \n"
1074                        "- Any: No preference."), 
1075                     ValueMap { "2", "3", "4" }, 
1076                     Values { "Principal", "Subordinate", "Any" }, 
1077                     MappingStrings { 
1078                        "FC-SWAPI.INCITS-T11|SWAPI_PRINCIPAL_PRIORITY_T" }]
1079                 uint16 PrincipalPriority = 3;
1080              
1081              };
1082              
1083              
1084              // ===================================================================
1085              // FCSwitchCapabilities
1086              // ===================================================================
1087                 [Experimental, Version ( "2.8.1000" ), Description (
1088                     "FibreChannel switch control and configuration capabilities.")]
1089              class CIM_FCSwitchCapabilities : CIM_EnabledLogicalElementCapabilities {
1090              
1091                    [Description (
1092                        "Boolean indicating whether the DomainID setting can be "
1093 a.dunfey 1.1           "modified."), 
1094                     MappingStrings { 
1095                        "FC-SWAPI.INCITS-T11|SWAPI_UNIT_CONFIG_CAPS_T|EditDomainID" }, 
1096                     ModelCorrespondence { "CIM_FCSwitchSettings.PreferredDomainID" }]
1097                 boolean DomainIDConfigureable;
1098              
1099                    [Description (
1100                        "Minimum DomainID value supported by the switch."), 
1101                     MinValue ( 1 ), MaxValue ( 239 ), 
1102                     MappingStrings { 
1103                        "FC-SWAPI.INCITS-T11|SWAPI_UNIT_CONFIG_CAPS_T|MinDomainID" }, 
1104                     ModelCorrespondence { "CIM_FCSwitchSettings.PreferredDomainID" }]
1105                 uint8 MinDomainID;
1106              
1107                    [Description (
1108                        "Maximum DomainID value supported by the switch. This value "
1109                        "must be greater than or equal to MinDomainID."), 
1110                     MinValue ( 1 ), MaxValue ( 239 ), 
1111                     MappingStrings { 
1112                        "FC-SWAPI.INCITS-T11|SWAPI_UNIT_CONFIG_CAPS_T|MaxDomainID" }, 
1113                     ModelCorrespondence { "CIM_FCSwitchSettings.PreferredDomainID" }]
1114 a.dunfey 1.1    uint8 MaxDomainID;
1115              
1116                    [Description (
1117                        "Boolean indicating whether the DomainIDLocked setting can "
1118                        "be modified."), 
1119                     MappingStrings { 
1120                        "FC-SWAPI.INCITS-T11|SWAPI_UNIT_CONFIG_CAPS_T|EditDomainIDLocked" 
1121                        }, 
1122                     ModelCorrespondence { "CIM_FCSwitchSettings.DomainIDLocked" }]
1123                 boolean DomainIDLockedSupported;
1124              
1125                    [Description (
1126                        "This array contains the principal priority settings "
1127                        "supported by the switch."), 
1128                     ValueMap { "2", "3", "4", "5" }, 
1129                     Values { "Principal", "Subordinate", "Any", "Not Applicable" }, 
1130                     MappingStrings { 
1131                        "FC-SWAPI.INCITS-T11|SWAPI_UNIT_CONFIG_CAPS_T|SupportedSwitchPriorities" 
1132                        }, 
1133                     ModelCorrespondence { "CIM_FCSwitchSettings.PrincipalPriority" }]
1134                 uint16 PrincipalPrioritiesSupported[];
1135 a.dunfey 1.1 
1136              };
1137              // ===================================================================
1138              // end of file
1139              // ===================================================================

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2