Class CIM_NextScheduler
extends CIM_NextService

This association is a subclass of NextService, and defines a predecessor-successor relationship between Packet SchedulingServices. In a hierarchical queuing configuration (where a second scheduler treats the output of a first scheduler as a single, aggregated input), the two schedulers are related via the NextScheduler association.

Table of Contents
Hierarchy
Direct Known Subclasses
Class Qualifiers
Class Properties
Class Methods


Class Hierarchy

CIM_NextService
   |
   +--CIM_NextScheduler

Direct Known Subclasses

CIM_FailNextScheduler

Class Qualifiers

NameData TypeValue
Associationbooleantrue
DescriptionstringThis association is a subclass of NextService, and defines a predecessor-successor relationship between Packet SchedulingServices. In a hierarchical queuing configuration (where a second scheduler treats the output of a first scheduler as a single, aggregated input), the two schedulers are related via the NextScheduler association.
UMLPackagePathstringCIM::Network::QoS
Versionstring2.7.0

Class Properties

Association References

NameClass OriginReference ClassQualifiers
NameData TypeValue
FollowingServiceCIM_NextSchedulerCIM_PacketSchedulingService
DescriptionstringA scheduler that includes among its inputs the aggregated outputs of one or more PrecedingService schedulers.
Keybooleantrue
Maxuint321
OverridestringFollowingService
PrecedingServiceCIM_NextSchedulerCIM_PacketSchedulingService
DescriptionstringThe PacketSchedulingService whose output is treated as a single, aggregated input by the FollowingService scheduler. The [0..n] cardinality indicates that a single FollowingService scheduler may bring together the aggregated outputs of multiple prior schedulers.
Keybooleantrue
OverridestringPrecedingService

Class Methods