📄 cim_afrelatedservices.mof
字号:
// 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -