文件操作 - CIM_Network.mof
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/mof/cimv2.33.0/Network/CIM_Network.mof
编辑文件内容
// Copyright (c) 2005 DMTF. All rights reserved. // <change cr="NetworksCR00089" type ="add"> // Add method CreateNetworkPipe </change> // <change cr="ArchCR00066.004" type="add">Add UmlPackagePath // qualifier values to CIM Schema.</change> // <change cr="NetworksCR00092" type ="update"> // Update method CreateNetworkPipe </change> // ================================================================== // CIM_Network // ================================================================== [Version ( "2.15.0" ), UMLPackagePath ( "CIM::Network::Systems" ), Description ( "Network is a subclass of AdminDomain that groups " "interconnected networking and computing objects capable of " "exchanging information. Instances of CIM_Network can represent " "an enterprise\'s global network or specific connectivity " "domains within the global network. These concepts are similar " "to those defined for the Network object in ITU\'s M.3100 " "specification." ), MappingStrings { "Recommendation.ITU|M3100.Network" }] class CIM_Network : CIM_AdminDomain { [Experimental, Description ( "This method creates one or more NetworkPipes each " "representing a connection between a pair of " "ServiceAccessPoints. \n" "If Success (0) is returned, the method completed " "successfully. \n" "\n" "A return value of Not Supported (1) indicates the method " "is not supported. \n" "\n" "All other values indicate some type of error condition." ), ValueMap { "0", "1", "2", "3", "4", "5", "..", "0x8000..0xFFFF" }, Values { "Success", "Not Supported", "Unknown/Unspecified Error", "Timeout", "Failed", "Invalid Parameter", "DMTF Reserved", "Vendor Specific" }] uint32 CreateNetworkPipes( [IN, Description ( "Directionality indicates whether the pipe is " "bi-directional (value = 2) or unidirectional " "(value = 3). For unidirectional pipes, the " "appropriate ServiceAccessPoint must be referenced " "for the source and sink." ), ValueMap { "2", "3" }, Values { "Bi-Directional", "Unidirectional" }, ArrayType ( "Indexed" ), ModelCorrespondence { "CIM_Network.CreateNetworkPipes.SourceSAP", "CIM_Network.CreateNetworkPipes.SinkSAP", "CIM_Network.CreateNetworkPipes.NetworkPipe" }] uint16 Directionality[], [Required, IN, Description ( "The endpoints of the NetworkPipes. Pass the source " "SAP to this parameter when creating unidirectional " "NetworkPipes. When creating bi-directional " "NetworkPipes, it does not matter which SAP " "reference is passed to this parameter." ), ArrayType ( "Indexed" ), ModelCorrespondence { "CIM_Network.CreateNetworkPipes.Directionality", "CIM_Network.CreateNetworkPipes.SinkSAP", "CIM_Network.CreateNetworkPipes.NetworkPipe" }] CIM_ServiceAccessPoint REF SourceSAP[], [Required, IN, Description ( "The endpoints of the NetworkPipe. Pass the sink " "SAP to this parameter when creating unidirectional " "NetworkPipes. When creating bi-directional " "NetworkPipes, it does not matter which SAP " "reference is passed to this parameter." ), ArrayType ( "Indexed" ), ModelCorrespondence { "CIM_Network.CreateNetworkPipes.Directionality", "CIM_Network.CreateNetworkPipes.SourceSAP", "CIM_Network.CreateNetworkPipes.NetworkPipe" }] CIM_ServiceAccessPoint REF SinkSAP[], [IN ( false ), OUT, Description ( "Reference to the job (can be null if the task is completed)." ), ModelCorrespondence { "CIM_Network.CreateNetworkPipes.SourceSAP", "CIM_Network.CreateNetworkPipes.Directionality", "CIM_Network.CreateNetworkPipes.NetworkPipe" }] CIM_ConcreteJob REF Job, [IN, OUT, Description ( "A reference to the newly created NetworkPipes." ), ArrayType ( "Indexed" ), ModelCorrespondence { "CIM_Network.CreateNetworkPipes.SourceSAP", "CIM_Network.CreateNetworkPipes.SinkSAP", "CIM_Network.CreateNetworkPipes.Directionality" }] CIM_NetworkPipe REF NetworkPipe[]); };
修改文件时间
将文件时间修改为当前时间的前一年
删除文件