文件操作 - CIM_BasedOnView.mof
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/mof/cimv2.43.0/Device/CIM_BasedOnView.mof
编辑文件内容
// Copyright (c) 2013 DMTF. All rights reserved. [Association, Experimental, Version ( "2.43.0" ), UMLPackagePath ( "CIM::Device::StorageExtent" ), Description ( "The CIM_BasedOnView instance is a view that is derived from " "CIM_BasedOn between the CIM_StorageExtent (or StorageVolume or " "LogicalDisk) instance and another CIM_StorageExtent where one " "or both of the references are to a View Class (e.g.,, " "VolumeView Dependent or DiskDriveView Antecedent)." )] class CIM_BasedOnView : CIM_AbstractBasedOn { [Key, Override ( "Antecedent" ), Description ( "The CIM_DiskDriveView on which a StorageExtent (or " "StorageVolume or LogicalDisk) is based or the " "CIM_StorageExtent on which the a CIM_VolumeView is " "based." )] CIM_ManagedElement REF Antecedent; [Key, Override ( "Dependent" ), Description ( "The CIM_StorageExtent instance that is dependent on the " "CIM_DiskDriveView or the CIM_VolumeView that is " "dependent on the CIM_StorageExtent." )] CIM_ManagedElement REF Dependent; [Description ( "This is derived from the BasedOn.EndingAddress" )] uint64 BOEndingAddress; [Description ( "When the association is used in a concatenation " "composition, indicates the order in which the " "extents(and thus their block ranges) are concatenated." )] uint16 BOOrderIndex; [Description ( "This is derived from the BasedOn.StartingAddress" )] uint64 BOStartingAddress; };
修改文件时间
将文件时间修改为当前时间的前一年
删除文件