(file) Return to CIM_ZoneCapabilities.mof CVS log (file) (dir) Up to [Pegasus] / pegasus / Schemas / CIM231 / DMTF / Device

File: [Pegasus] / pegasus / Schemas / CIM231 / DMTF / Device / CIM_ZoneCapabilities.mof (download)
Revision: 1.1, Tue Jan 24 13:50:10 2012 UTC (12 years, 5 months ago) by marek
Branch: MAIN
CVS Tags: preBug9676, postBug9676, TASK-TASK_PEP362_RestfulService_branch-root, TASK-TASK_PEP362_RestfulService_branch-merged_out_from_trunk, TASK-TASK_PEP362_RestfulService_branch-merged_in_to_trunk, TASK-TASK_PEP362_RestfulService_branch-merged_in_from_branch, TASK-TASK_PEP362_RestfulService_branch-branch, TASK-PEP362_RestfulService-root, TASK-PEP362_RestfulService-merged_out_to_branch, TASK-PEP362_RestfulService-merged_out_from_trunk, TASK-PEP362_RestfulService-merged_in_to_trunk, TASK-PEP362_RestfulService-merged_in_from_branch, TASK-PEP362_RestfulService-branch, TASK-PEP317_pullop-merged_out_from_trunk, TASK-PEP317_pullop-merged_in_to_trunk, RELEASE_2_14_1, RELEASE_2_14_0-RC2, RELEASE_2_14_0-RC1, RELEASE_2_14_0, RELEASE_2_14-root, RELEASE_2_14-branch, RELEASE_2_13_0-RC2, RELEASE_2_13_0-RC1, RELEASE_2_13_0-FC, RELEASE_2_13_0, RELEASE_2_13-root, RELEASE_2_13-branch, RELEASE_2_12_1-RC1, RELEASE_2_12_1, RELEASE_2_12_0-RC1, RELEASE_2_12_0-FC, RELEASE_2_12_0, RELEASE_2_12-root, RELEASE_2_12-branch, HEAD, CIMRS_WORK_20130824
Branch point for: TASK-PEP317_pullop-branch
BUG#:9155
TITLE: Upgrade Pegasus to Include the CIM 2.31 Schema in CVS

DESCRIPTION:

// Copyright (c) 2009 DMTF.  All rights reserved.
   [Version ( "2.23.0" ), 
    UMLPackagePath ( "CIM::Device::FC" ), 
    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;

      [Description ( 
          "In case one of the array elements for "
          "SupportedConnectivityMemberTypes has a value of 1, i.e "
          "Other, then this array lists the Other Supported "
          "Connectivity Member Types." )]
   string OtherSupportedConnectivityMemberTypes[];

      [Description ( 
          "An array of enumerated integers that describe the "
          "supported Zone Member Types. For example, a vendor "
          "supporting only Permanent Address and Network Address as "
          "Zone Member Types would need to return an array of 2 "
          "elements, with the values 2 & 3." ), 
       ValueMap { "0", "1", "2", "3", "4", "5", "6", "..", "0x8000.." }, 
       Values { "Unknown", "Other", "Permanent Address", 
          "Network Address", "Switch Port ID", "Logical Port Group", 
          "Connectivity Collection", "DMTF Reserved", 
          "Vendor Reserved" }, 
       ArrayType ( "Indexed" )]
   uint16 SupportedConnectivityMemberTypes[];


};

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2