文件操作 - CIM_InstIndication.mof
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/mof/cimv2.43.0/Event/CIM_InstIndication.mof
编辑文件内容
// Copyright (c) 2011 DMTF. All rights reserved. [Indication, Abstract, Version ( "2.29.0" ), UMLPackagePath ( "CIM::Event" ), Description ( "CIM_InstIndication is an abstract superclass describing " "changes to instances. Subclasses represent specific types of " "change notifications, such as instance creation, deletion and " "modification." )] class CIM_InstIndication : CIM_Indication { [Required, Description ( "A copy of the instance that changed to generate the " "Indication. SourceInstance contains the current values " "of the properties selected by the Indication Filter\'s " "Query. In the case of CIM_InstDeletion, the property " "values are copied before the instance is deleted." ), EmbeddedObject] string SourceInstance; [Description ( "The Model Path of the SourceInstance. The following " "format MUST be used to encode the Model Path: \n" "<NamespacePath>:<ClassName>.<Prop1>=\"<Value1>\", \n" "<Prop2>=\"<Value2>\", ..." ), ModelCorrespondence { "CIM_InstIndication.SourceInstance" }] string SourceInstanceModelPath; [Description ( "The host name or IP address of the SourceInstance." ), ModelCorrespondence { "CIM_InstIndication.SourceInstance" }] string SourceInstanceHost; };
修改文件时间
将文件时间修改为当前时间的前一年
删除文件