cim_network.mof

来自「Pegasus is an open-source implementation」· MOF 代码 · 共 19 行

MOF
19
字号
// Copyright (c) 2005 DMTF.  All rights reserved.// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath// qualifier values to CIM Schema.</change>// ==================================================================//  CIM_Network// ==================================================================   [UMLPackagePath ( "CIM::Network::Systems" ), Version ( "2.7.0" ),     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 {};

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?