文件操作 - CIM_ReplicationGroup.mof
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/mof/cimv2.33.0/Device/CIM_ReplicationGroup.mof
编辑文件内容
// Copyright (c) 2011 DMTF. All rights reserved. [Experimental, Version ( "2.28.0" ), UMLPackagePath ( "CIM::Device::StorageServices" ), Description ( "This class represents a collection of storage objects, such as " "a group of StorageVolumes." )] class CIM_ReplicationGroup : CIM_SystemSpecificCollection { [Write, Description ( "If false, the group, not the elements associated with " "the group, may be deleted at the completion of a copy " "operation." )] boolean Persistent = true; [Write, Description ( "If true and empty groups are allowed, the group will be " "deleted when the last element is removed from the group. " "If empty groups are not allowed, the group will be " "deleted automatically when the group becomes empty." )] boolean DeleteOnEmptyElement = false; [Write, Description ( "If true, the group will be deleted when the group is no " "longer associated with another group. This can happen if " "all synchronization associations to the individual " "elements of the group are dissolved." )] boolean DeleteOnUnassociated = false; [Description ( "This property applies to a group of elements. If it is " "true, it means the point-in-time was created at an exact " "time with no I/O activities in such a way the data is " "consistent among all the elements of the group. This " "property is only valid when the group is a target of a " "copy operation." )] boolean ConsistentPointInTime = false; };
修改文件时间
将文件时间修改为当前时间的前一年
删除文件