cim_schedulerused.mof

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

MOF
36
字号
// Copyright (c) 2005 DMTF.  All rights reserved.// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath// qualifier values to CIM Schema.</change>// ==================================================================//  CIM_SchedulerUsed// ==================================================================   [Association, Deprecated { "CIM_QueueToSchedule",       "CIM_SchedulingServiceToSchedule" },       UMLPackagePath ( "CIM::Network::QoS" ), Version ( "2.7.0" ),     Description (       "In order to remove queued packets, a process or Service "       "(identified as a PacketSchedulingService) runs. This "       "association describes the Dependency of the queue and its "       "QueuingService on a SchedulingService, which empties it. \n"       "\n"       "The association is deprecated in lieu of associating Queuing "       "Services to SchedulingElements, and SchedulingElements into "       "SchedulingServices. The latter approach is very flexible "       "regarding the implementations that can be modeled, and removes "       "the need to track individual traffic streams using an "       "artificial model property, TrafficClass.")]class CIM_SchedulerUsed : CIM_ServiceServiceDependency {      [Deprecated { "CIM_QueueToSchedule.Queue" },          Override ( "Antecedent" ), Max ( 1 ), Description (          "The PacketSchedulingService which empties the Queuing "          "Service's queue.")]   CIM_PacketSchedulingService REF Antecedent;      [Deprecated { "CIM_QueueToSchedule.SchedElement" },          Override ( "Dependent" ), Description (          "The queue and its QueuingService from which packets are "          "emptied.")]   CIM_QueuingService REF Dependent;};

⌨️ 快捷键说明

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