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

 1 karl  1.1.2.2 // Copyright (c) 2005 DMTF.  All rights reserved.
 2               // <change cr="ArchCR00066.004" type="add">Add UmlPackagePath
 3               // qualifier values to CIM Schema.</change>
 4               // <change cr="ArchCR00089.003" type="add">Add PUnit qualifier values
 5               // to Units qualifier values.</change>
 6               // ==================================================================
 7               //  CIM_PickerElement 
 8               // ==================================================================
 9                  [Version ( "2.6.0" ), 
10                   UMLPackagePath ( "CIM::Device::StorageLib" ), 
11                   Description ( 
12                      "PickerElements represent hardware used to pick or place "
13                      "PhysicalMedia from/into StorageMediaLocations." )]
14               class CIM_PickerElement : CIM_MediaTransferDevice {
15               
16                     [Description ( 
17                         "The maximum time in seconds for a PickerElement to grab "
18                         "a PhysicalMedia from a StorageMediaLocation, once the "
19                         "Picker has arrived at that Location. The maximum time "
20                         "interval for moving a Media from one point to another is "
21                         "the sum of the PickerElement\'s MaxPickTime, the Changer "
22 karl  1.1.2.2           "Device\'s MaxTransitTime and the PickerElement\'s "
23                         "MaxPutTime." ), 
24                      Units ( "Seconds" ), 
25                      PUnit ( "second" )]
26                  uint32 MaxPickTime;
27               
28                     [Description ( 
29                         "The maximum time in seconds for a PickerElement to place "
30                         "a PhysicalMedia into a StorageMediaLocation, once the "
31                         "Picker has arrived at that Location. The maximum time "
32                         "interval for moving a Media from one point to another is "
33                         "the sum of the PickerElement\'s MaxPickTime, the Changer "
34                         "Device\'s MaxTransitTime and the PickerElement\'s "
35                         "MaxPutTime." ), 
36                      Units ( "Seconds" ), 
37                      PUnit ( "second" )]
38                  uint32 MaxPutTime;
39               
40                     [Description ( 
41                         "String describing the location in the StorageLibrary "
42                         "where the Picker is currently positioned." )]
43 karl  1.1.2.2    string CellLocation;
44               
45               
46               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2