cim_routingprotocoldomain.mof

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

MOF
21
字号
// Copyright (c) 2005 DMTF.  All rights reserved.// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath// qualifier values to CIM Schema.</change>// ==================================================================//  CIM_RoutingProtocolDomain// ==================================================================   [UMLPackagePath ( "CIM::Network::RoutingForwarding" ),       Version ( "2.7.0" ), Description (       "A Routing Protocol Domain is a collection of routers which "       "coordinate their routing knowledge using a single [instance of "       "a] routing protocol. This class represents the "       "area/layer/level/zone like property of a routing protocol, "       "such as an OSPF (area), IS-IS (layer) or PNNI (level). It does "       "not represent the entire routing domain in every case. For "       "example for OSPF, it represents an Area, but in the case of "       "RIP, it represents the whole RIP domain. Any common attributes "       "of these routing domains can be placed in this class in future "       "versions of CIM.")]class CIM_RoutingProtocolDomain : CIM_AdminDomain {};

⌨️ 快捷键说明

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