cim_pickerelement.mof

来自「Pegasus is an open-source implementation」· MOF 代码 · 共 38 行

MOF
38
字号
// Copyright (c) 2005 DMTF.  All rights reserved.// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath// qualifier values to CIM Schema.</change>// ==================================================================//  CIM_PickerElement// ==================================================================   [UMLPackagePath ( "CIM::Device::StorageLib" ), Version ( "2.6.0" ),     Description (       "PickerElements represent hardware used to pick or place "       "PhysicalMedia from/into StorageMediaLocations.")]class CIM_PickerElement : CIM_MediaTransferDevice {      [Description (          "The maximum time in seconds for a PickerElement to grab a "          "PhysicalMedia from a StorageMediaLocation, once the Picker "          "has arrived at that Location. The maximum time interval for "          "moving a Media from one point to another is the sum of the "          "PickerElement's MaxPickTime, the Changer Device's "          "MaxTransitTime and the PickerElement's MaxPutTime."),        Units ( "Seconds" )]   uint32 MaxPickTime;      [Description (          "The maximum time in seconds for a PickerElement to place a "          "PhysicalMedia into a StorageMediaLocation, once the Picker "          "has arrived at that Location. The maximum time interval for "          "moving a Media from one point to another is the sum of the "          "PickerElement's MaxPickTime, the Changer Device's "          "MaxTransitTime and the PickerElement's MaxPutTime."),        Units ( "Seconds" )]   uint32 MaxPutTime;      [Description (          "String describing the location in the StorageLibrary where "          "the Picker is currently positioned.")]   string CellLocation;};

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?