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

Diff for /pegasus/Schemas/CIM231/DMTF/Device/CIM_DeviceSharingCapabilities.mof between version 1.1.2.1 and 1.1.2.2

version 1.1.2.1, 2012/01/24 13:50:07 version 1.1.2.2, 2012/02/15 17:46:20
Line 0 
Line 1 
   // Copyright (c) 2009 DMTF.  All rights reserved.
      [Version ( "2.22.0" ),
       UMLPackagePath ( "CIM::Device::SCSI" ),
       Description (
          "A class derived from Capabilities that describes the type of "
          "access supported for a shared device." )]
   class CIM_DeviceSharingCapabilities : CIM_Capabilities {
   
         [Description (
             "SupportedAccess describes the types of shared access "
             "that are supported for the referenced LogicalDevice." ),
          ValueMap { "0", "1", "2", "3", "4", "5", "..", "32768..65535" },
          Values { "Unknown", "Other", "No Access", "Exclusive Access",
             "Shared Read", "Shared Full", "DMTF Reserved",
             "Vendor Reserved" },
          ArrayType ( "Indexed" ),
          ModelCorrespondence { "CIM_SharingDependency.CurrentAccess",
             "CIM_DeviceSharingCapabilities.OtherSupportedAccessModes" }]
      uint16 SupportedAccessModes[];
   
         [Description (
             "A string value describing SupportedAccess when it has a "
             "value of \"Other\"." ),
          ArrayType ( "Indexed" ),
          ModelCorrespondence {
             "CIM_DeviceSharingCapabilities.SupportedAccessModes" }]
      string OtherSupportedAccessModes[];
   
   
   };


Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2