文件操作 - CIM_ChangerDevice.mof
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/mof/cimv2.43.0/Device/CIM_ChangerDevice.mof
编辑文件内容
// Copyright (c) 2005 DMTF. All rights reserved. [Version ( "2.6.0" ), UMLPackagePath ( "CIM::Device::StorageLib" ), 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" ), PUnit ( "second" )] 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; };
修改文件时间
将文件时间修改为当前时间的前一年
删除文件