文件操作 - CIM_ImplementationCapabilities.mof
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/mof/cimv2.33.0/Core/CIM_ImplementationCapabilities.mof
编辑文件内容
// Copyright (c) 2011 DMTF. All rights reserved. [Experimental, Version ( "2.28.0" ), UMLPackagePath ( "CIM::Core::Capabilities" ), Description ( "The CIM_ImplementationCapabilities identifies the capabilities " "of the implementation of a set of classes scoped by a scoping " "system or a central class." )] class CIM_ImplementationCapabilities : CIM_Capabilities { [Description ( "The SupportedCapacityOptimizations is an array of " "strings that identify the capacity optimization " "techniques that are supported within the scoped system " "or central class element.\n" "A string element in this array should take the form of " "<OrgID>:<COname>, where <OrgID> is the identifier of the " "organization that defined the technique and <COname> is " "the name of the capacity optimization technique.\n" "If no capacity optimization technique is supported by " "the implementation, then the array should have a single " "value of \"None\"." )] string SupportedCapacityOptimizations[]; [Description ( "This is an array of strings that identify the views that " "are supported by name, without the namespace qualifier.\n" "A string element in this array should take the form of " "<OrgID>:<viewname>, where <OrgID> is the identifier of " "the organization that defined the view and <viewname> is " "the name of the view.\n" "For example, support for the DiskDriveView would be " "indicated by the string \"SNIA:DiskDriveView\".\n" "If no views are supported by the implementation, then " "the array should have a single value of \"None\"." )] string SupportedViews[]; };
修改文件时间
将文件时间修改为当前时间的前一年
删除文件