文件操作 - CIM_AlarmDeviceCapabilities.mof
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/mof/cimv2.43.0/Device/CIM_AlarmDeviceCapabilities.mof
编辑文件内容
// Copyright (c) 2009 DMTF. All rights reserved. [Version ( "2.22.0" ), UMLPackagePath ( "CIM::Device::Capabilities" ), Description ( "AlarmDeviceCapabilities describes the capabilities supported " "for changing the state OF THE ASSOCIATED AlarmDevice." )] class CIM_AlarmDeviceCapabilities : CIM_EnabledLogicalElementCapabilities { [Description ( "RequestedAlarmStatesSupported indicates the possible " "states that can be requested when using the method " "SetAlarmState on the AlarmDevice. A value of 1 indicates " "that AlarmDevice indicators may be inactivated, a value " "of 2 or 3 indicates that AlarmDevice indicators may be " "activated." ), ValueMap { "0", "1", "2", "3", "..", "32768..65535" }, Values { "Unknown", "Off", "Steady", "Alternating", "DMTF Reserved", "Vendor Specific" }, ModelCorrespondence { "CIM_AlarmDevice.SetAlarmState" }] uint16 RequestedAlarmStatesSupported[]; [Description ( "AlarmIndicatorTypesConfigurable indicates the possible " "indicators that can be enabled or disabled when using " "the method SetAlarmIndicator on the AlarmDevice. An " "indicator is a device that emits sound (Audio), emits " "light or changes color (Visual), or emits vibrations " "(Motion) to indicate some condition. Indicators may " "include the audible alarm on a RAID controller, the " "location LED on a chassis, or the vibration of a cell " "phone." ), ValueMap { "1", "2", "3", "..", "32768..65535" }, Values { "Audio", "Visual", "Motion", "DMTF Reserved", "Vendor Specific" }, ModelCorrespondence { "CIM_AlarmDevice.SetAlarmIndicator" }] uint16 AlarmIndicatorTypesConfigurable[]; };
修改文件时间
将文件时间修改为当前时间的前一年
删除文件