cim_elementinschedulingservice.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_ElementInSchedulingService// ==================================================================   [Association, UMLPackagePath ( "CIM::Network::QoS" ), Aggregation,    Composition, Version ( "2.7.0" ), Description (       "This association represents the relationship between a "       "PacketSchedulingService and the set of SchedulingElements that "       "tie it to its inputs (either QueuingServices or other "       "PacketSchedulingServices).")]class CIM_ElementInSchedulingService : CIM_Component {      [Aggregate, Override ( "GroupComponent" ), Max ( 1 ),        Description (          "The scheduler aggregating the SchedulingElement. A "          "SchedulingElement can be associated with at most one "          "SchedulingService.")]   CIM_PacketSchedulingService REF GroupComponent;      [Override ( "PartComponent" ), Min ( 1 ), Description (          "A SchedulingElement that ties either a queue or another "          "scheduler to the referenced PacketSchedulingService. Every "          "PacketSchedulingService MUST have at least one Scheduling "          "Element/input.")]   CIM_SchedulingElement REF PartComponent;};

⌨️ 快捷键说明

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