cim_afrelatedservices.mof

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

MOF
29
字号
// Copyright (c) 2005 DMTF.  All rights reserved.// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath// qualifier values to CIM Schema.</change>// ==================================================================//  CIM_AFRelatedServices// ==================================================================   [Association, UMLPackagePath ( "CIM::Network::QoS" ),       Version ( "2.6.0" ), Description (       "The IETF's RFC2597 describes a Differentiated Services "       "Per-Hop-Behavior (PHB) Group called Assured Forwarding (AF). "       "Quoting from the RFC, 'The AF PHB group provides delivery of "       "IP packets in four independently forwarded AF classes. Within "       "each AF class, an IP packet can be assigned one of three "       "different levels of drop precedence.' The AFRelatedServices "       "association describes the precedence of the individual AF "       "drop-related Services within an AF IP packet-forwarding class.")]class CIM_AFRelatedServices {      [Key, Max ( 1 ), Description (          "The AFService with a lower drop precedence (ie, lower "          "probability of dropping packets).")]   CIM_AFService REF AFLowerDropPrecedence;      [Key, Description (          "An AFService at the same IP packet-forwarding class level, "          "but at a higher drop precedence.")]   CIM_AFService REF AFHigherDropPrecedence;};

⌨️ 快捷键说明

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