文件操作 - CIM_ServiceOption.mof
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/mof/cimv2.43.0/Core/CIM_ServiceOption.mof
编辑文件内容
// Copyright (c) 2013 DMTF. All rights reserved. [Association, Experimental, Composition, Version ( "2.38.0" ), ClassConstraint { "inv: Service.LoSID <> null and Option.SoID <> null" }, UMLPackagePath ( "CIM::Core::Settings" ), Description ( "ServiceOption is a relationship between a Service instance " "that represents an ITIL service and a SettingData instance " "that represents an ITIL service option." )] class CIM_ServiceOption { [Key, Aggregate, Max ( 1 ), Description ( "The service." )] CIM_Service REF Service; [Key, Description ( "The SettingData object that is associated with the element." )] CIM_SettingData REF Option; [Description ( "An enumerated integer that indicates that the referenced " "setting is a default setting for the element or that " "this information is unknown." ), ValueMap { "0", "1", "2" }, Values { "Unknown", "Is Default", "Is Not Default" }] uint16 IsDefault; };
修改文件时间
将文件时间修改为当前时间的前一年
删除文件