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

File: [Pegasus] / pegasus / Schemas / CIM231 / DMTF / Device / CIM_TapeDrive.mof (download)
Revision: 1.1.2.2, Wed Feb 15 17:46:24 2012 UTC (12 years, 4 months ago) by karl
Branch: TASK-PEP317_pullop-branch
CVS Tags: TASK_PEP317_1JUNE_2013, TASK-PEP317_pullop-merged_out_to_branch, TASK-PEP317_pullop-merged_in_from_branch, PREAUG25UPDATE, POSTAUG25UPDATE
Changes since 1.1.2.1: +42 -0 lines
BUG#: 99999
TITLE: Task317 Branch -- pull operations. Sync to head of tree

DESCRIPTION: Sync the branch back to the head of cvs tree

// Copyright (c) 2005 DMTF.  All rights reserved.
// <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>
// ==================================================================
//  CIM_TapeDrive 
// ==================================================================
   [Version ( "2.6.0" ), 
    UMLPackagePath ( "CIM::Device::StorageDevices" ), 
    Description ( 
       "Capabilities and managment of a TapeDrive, a subtype of "
       "MediaAccessDevice." )]
class CIM_TapeDrive : CIM_MediaAccessDevice {

      [Description ( 
          "EOTWarningZoneSize indicates the size, in bytes, of the "
          "area designated as \'end of tape\'. Access in this area "
          "generates an \'end of tape\' warning." ), 
       Units ( "Bytes" ), 
       PUnit ( "byte" )]
   uint32 EOTWarningZoneSize;

      [Description ( "Maximum partition count for the TapeDrive." )]
   uint32 MaxPartitionCount;

      [Description ( 
          "Padding indicates the number of bytes inserted between "
          "blocks on a tape Media." ), 
       Units ( "Bytes" ), 
       PUnit ( "byte" )]
   uint32 Padding;

      [Description ( 
          "Time in milliseconds to move from the most physically "
          "distant point on the tape to the beginning." ), 
       Units ( "MilliSeconds" ), 
       PUnit ( "second * 10^-3" )]
   uint64 MaxRewindTime;


};

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2