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

File: [Pegasus] / pegasus / Schemas / CIM231 / DMTF / Device / CIM_StorageLibrary.mof (download)
Revision: 1.1, Tue Jan 24 13:50:09 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) 2005 DMTF.  All rights reserved.
// <change cr="SysDevCR00678" type = "deprecate"> (CIM V2.9.1 Final) Deprecate CIM_StorageMediaLibrary in Device model </change>
// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath
// qualifier values to CIM Schema.</change>
// <change cr="ArchCR00089.003" type="add">Add PUnit qualifier values
// to Units qualifier values.</change>
// ===================================================================
// StorageLibrary
// ===================================================================
   [Deprecated { "CIM_ComputerSystem", "CIM_StorageLibraryCapabilities" }, 
    Version ( "2.9.0" ), 
    UMLPackagePath ( "CIM::Device::StorageLib" ), 
    Description ( 
       "A StorageLibrary is a collection of ManagedSystemElements that "
       "operate together to provide cartridge library capabilities. "
       "This object serves as an aggregation point to group the "
       "following elements: MediaTransferDevices, a Label Reader, a "
       "library Door, MediaAccessDevices, and other Library "
       "components. \n"
       "The use of this class is deprecated in favor of "
       "CIM_ComputerSystem. Originally it was felt that a media "
       "library could be purely mechanical and thus not a "
       "ComputerSystem. However all manageable libraries are "
       "ComputerSystems. This change simplifies the use of the model "
       "by client software." )]
class CIM_StorageLibrary : CIM_System {

      [Deprecated { "CIM_StorageLibraryCapabilities.Capabilities" }, 
       Description ( 
          "Capabilities of the StorageLibrary. For example, it can "
          "be indicated that the Library can perform automatic "
          "cleaning of the MediaAccessDevices contained in it "
          "(value=1) or that the Library provides physical door "
          "access for an operator (value=2)." ), 
       ValueMap { "0", "2", "3", "4" }, 
       Values { "Unknown", "Automatic Cleaning", "Manual Operation", 
          "Front Panel Lockable" }]
   uint16 Capabilities[];

      [Deprecated { "CIM_ComputerSystem.OperationalStatus" }, 
       Description ( 
          "This property is deprecated in favour of an "
          "OperationalStatus value of 4 (\'stressed\').\n"
          "Boolean set to TRUE if there are more PhysicalMedia in a "
          "Library than there are StorageMediaLocations to contain "
          "them. For instance, if all MediaAccessDevices have a "
          "Media loaded in them, and all StorageMediaLocations are "
          "loaded by an operator, then an Overfilled condition "
          "exists." )]
   boolean Overfilled;

      [Deprecated { "CIM_ComputerSystem.OperationalStatus" }, 
       Description ( 
          "This property is deprecated in favour of an "
          "OperationalStatus value of 0 (\'Unknown\').\n"
          "Boolean set to TRUE if the Library can not currently "
          "report the correct state of each PhysicalMedia within "
          "its proper StorageMediaLocation." )]
   boolean AuditNeeded;

      [Deprecated { "CIM_ComputerSystem.OperationalStatus" }, 
       Description ( 
          "This property is deprecated in favour of an "
          "OperationalStatus value of 11 (\'In Service\').\n"
          "Boolean set to TRUE if an audit of the location of some "
          "or all of the Library\'s PhysicalMedia is currently "
          "being performed. That an individual Changer is currently "
          "doing an audit is indicated by a similar AuditInProgress "
          "boolean property on the Changer object." )]
   boolean AuditInProgress;

      [Deprecated { "CIM_StorageLibraryCapabilities.MaxAuditTime" }, 
       Description ( 
          "Maximum time in seconds that it takes for the Storage "
          "Library to perform a complete audit of each StorageMedia "
          "Location, to determine the absence or presence of a "
          "Physical Media. If automated support is not provided, "
          "then this property\'s value is undefined." ), 
       Units ( "Seconds" ), 
       PUnit ( "second" )]
   uint64 MaxAuditTime;

      [Deprecated { "No value" }, 
       Description ( 
          "This property is deprecated since all managed libraries "
          "willbe automated.\n"
          "Boolean set to TRUE if the Library includes a robotics "
          "mechanism that can be controlled by a ComputerSystem, to "
          "automatically load and unload PhysicalMedia to/from "
          "MediaAccessDevices and StorageMediaLocations. The "
          "property is set to FALSE if the Library represents a "
          "repository of Media that are inaccessible to a "
          "MediaAccess Device without human intervention. An "
          "example of a non- automated Library is a \'shelf\' or "
          "\'vault\' where Physical Media are kept for extended "
          "periods of time." )]
   boolean Automated;

      [Deprecated { "CIM_ComputerSystem.OperationalStatus" }, 
       Description ( 
          "This property is deprecated in favour of an "
          "OperationalStatus value of 10 (\'Stopped\').\n"
          "Boolean indicating whether the Library\'s robotics are "
          "currently active/enabled. If TRUE, then the Library may "
          "not be safe for a human to enter." )]
   boolean RoboticsEnabled;


      [Deprecated { "CIM_ComputerSystem.RequestStateChange" }, 
       Description ( 
          "Requests that the Library robotics be enabled for "
          "automated operation (input parameter, Enabled, set to "
          "TRUE), or disabled for manual operation (input parameter "
          "set to FALSE). The return value should be 0 if the "
          "request was successfully executed, 1 if the request is "
          "not supported and some other value if an error occurred. "
          "In a subclass, the set of possible return codes could be "
          "specified, using a ValueMap qualifier on the method. The "
          "strings to which the ValueMap contents are \'translated\' "
          "may also be specified in the subclass as a Values array "
          "qualifier." )]
   uint32 EnableRobotics(
         [IN, Description ( "Set TRUE to enable." )]
      boolean Enable);

};

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2