cim_changerdevice.mof

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

MOF
41
字号
// Copyright (c) 2005 DMTF.  All rights reserved.// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath// qualifier values to CIM Schema.</change>// ==================================================================//  CIM_ChangerDevice// ==================================================================   [UMLPackagePath ( "CIM::Device::StorageLib" ), Version ( "2.6.0" ),     Description (       "ChangerDevices represent hardware that moves PhysicalMedia "       "within a System, such as a StorageLibrary.")]class CIM_ChangerDevice : CIM_MediaTransferDevice {      [Description (          "The maximum time in seconds between a PickerElement pick "          "and place. It should be reported as the transit time "          "between the two most physically distant StorageMedia "          "Locations in a System. The maximum time interval for moving "          "a Media from one point to another is the sum of the "          "PickerElement's MaxPickTime, the ChangerDevice's Max "          "TransitTime and the PickerElement's MaxPutTime."),        Units ( "Seconds" )]   uint32 MaxTransitTime;      [Description (          "Boolean set to TRUE if the Changer supports media flipping. "          "Media needs to be flipped when multi-sided PhysicalMedia "          "are placed into a MediaAccessDevice that does NOT support "          "dual sided access.")]   boolean MediaFlipSupported;      [Description (          "Boolean set to TRUE if an audit is currently being "          "performed by the Changer.")]   boolean AuditInProgress;      [Description (          "A count of the number of audits performed by the Changer."),        Counter]   uint64 AuditsPerformed;};

⌨️ 快捷键说明

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