文件操作 - CIM_ProtocolServiceCapabilities.mof
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/mof/cimv2.43.0/Network/CIM_ProtocolServiceCapabilities.mof
编辑文件内容
// Copyright (c) 2013 DMTF. All rights reserved. [Version ( "2.39.0" ), UMLPackagePath ( "CIM::Network::Misc" ), Description ( "A subclass of EnabledLogicalElementCapabilities that defines " "the capabilities of a ProtocolService. An instance of " "CIM_ProtocolServiceCapabilities is associated with a " "ProtocolService using ElementCapabilities." )] class CIM_ProtocolServiceCapabilities : CIM_EnabledLogicalElementCapabilities { [Description ( "MaxConnections specifies the maximum number of " "connections supported by the protocol service." ), MaxValue ( 65535 ), ModelCorrespondence { "CIM_ProtocolService.MaxConnections" }] uint16 MaxConnections = 1; [Description ( "MaxListeningPorts specifies the maximum number of ports " "on which a protocol service will listen." ), MinValue ( 1 ), MaxValue ( 65535 ), ModelCorrespondence { "CIM_ProtocolServiceCapabilities.ListeningPortManagementSupported" }] uint16 MaxListeningPorts = 1; [Description ( "ListeningPortManagementSupported indicates whether the " "management of the ports on which the associated " "ProtocolService listens is supported." ), ModelCorrespondence { "CIM_ProtocolServiceCapabilities.MaxListeningPorts" }] boolean ListeningPortManagementSupported; };
修改文件时间
将文件时间修改为当前时间的前一年
删除文件