cim_ospfservicecapabilities.mof

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

MOF
31
字号
// Copyright (c) 2005 DMTF.  All rights reserved.// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath// qualifier values to CIM Schema.</change>// ==================================================================//  CIM_OSPFServiceCapabilities// ==================================================================   [UMLPackagePath ( "CIM::Network::OSPF" ), Version ( "2.7.0" ),     Description (       "The OSPFServiceCapabilities class represents the capabilities "       "of an OSPF service.")]class CIM_OSPFServiceCapabilities : CIM_Capabilities {      [Description (          "This attribute indicates whether this router supports NSSA "          "(\"not-so-stubby\") areas or not, see RFC 1587.")]   boolean SupportNSSA;      [Description (          "This attribute indicates whether this router supports "          "on-demand circuits or not, see RFC 1793."),        MappingStrings { "MIB.IETF|OSPF-MIB.ospfDemandExtensions" }]   boolean SupportOnDemand;      [Description (          "This attribute indicates whether this router supports MOSPF "          "(multicast enhancements to OSPF) or not, see B.1 in RFC "          "1584."),        MappingStrings { "MIB.IETF|OSPF-MIB.ospfMulticastExtensions" }]   boolean SupportMOSPF;};

⌨️ 快捷键说明

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