⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cim_boundedpriorityschedulingelement.mof

📁 Pegasus is an open-source implementationof the DMTF CIM and WBEM standards. It is designed to be por
💻 MOF
字号:
// Copyright (c) 2005 DMTF.  All rights reserved.// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath// qualifier values to CIM Schema.</change>// ==================================================================//  CIM_BoundedPrioritySchedulingElement// ==================================================================   [UMLPackagePath ( "CIM::Network::QoS" ), Version ( "2.7.0" ),     Description (       "This class is a subclass of the class PriorityScheduling "       "Element, which is itself derived from the abstract class "       "SchedulingElement. As is the case with all subclasses of "       "SchedulingElement, the input associated with an instance of "       "BoundedPrioritySchedulingElement is of one of two types: "       "either a queue, or another scheduler. BoundedPriority "       "SchedulingElement adds an upper bound (BandwidthBound in "       "kilobits per second) on how much traffic can be handled from "       "an input. This data is specific to that one input. It is "       "needed when bounded strict priority scheduling is performed. "       "Note that this class inherits from its superclass the "       "restriction of the inherited boolean property WorkConserving "       "to TRUE.")]class CIM_BoundedPrioritySchedulingElement : CIM_PrioritySchedulingElement {      [Override ( "WorkConserving" )]   boolean WorkConserving = TRUE;      [Description (          "A 32-bit unsigned integer that defines the upper limit on "          "the amount of traffic that can be handled from the input "          "(through this SchedulingElement). This is not a shaped "          "upper bound, since bursts can occur. It is a strict bound, "          "limiting the impact of the input. Units are kilobits per "          "second."),        Units ( "KiloBits per Second" )]   uint32 BandwidthBound;};

⌨️ 快捷键说明

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