文件操作 - CIM_SAEndpointRefreshSettings.mof
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/mof/cimv2.43.0/Network/CIM_SAEndpointRefreshSettings.mof
编辑文件内容
// Copyright (c) 2005 DMTF. All rights reserved. // <change cr="ArchCR00066.004" type="add">Add UmlPackagePath // qualifier values to CIM Schema.</change> // <change cr="ArchCR00089.003" type="add">Add PUnit qualifier values // to Units qualifier values.</change> // ================================================================== // CIM_SAEndpointRefreshSettings // ================================================================== [Version ( "2.8.0" ), UMLPackagePath ( "CIM::Network::IPsec" ), Description ( "SAEndpointRefreshSettings hold the refresh thresholds for the " "SecurityAssociationEndpoint. Since these settings may change " "for an SA, the properties are defined both in this class and " "in SecurityAssociationEndpoint." )] class CIM_SAEndpointRefreshSettings : CIM_SettingData { [Write, Description ( "RefreshThresholdSecondsPercentage is the lifetime " "percentage after which a new SA should be acquired, " "before the existing SA expires." ), Units ( "Percent" ), MinValue ( 0 ), MaxValue ( 100 ), ModelCorrespondence { "CIM_SecurityAssociationEndpoint.RefreshThresholdSecondsPercentage" }, PUnit ( "percent" )] uint8 RefreshThresholdSecondsPercentage; [Write, Description ( "RefreshThresholdKbytesPercentage is the lifetime " "percentage of kilobytes processed, at which a new SA " "should be acquired." ), Units ( "Percent" ), MinValue ( 0 ), MaxValue ( 100 ), ModelCorrespondence { "CIM_SecurityAssociationEndpoint.RefreshThresholdKbytesPercentage" }, PUnit ( "percent" )] uint8 RefreshThresholdKbytesPercentage; };
修改文件时间
将文件时间修改为当前时间的前一年
删除文件