Class CIM_FailNextScheduler
extends CIM_NextScheduler

This association is a subclass of NextScheduler, and defines a predecessor-successor relationship between a NonWork ConservingSchedulingService and another PacketScheduling Service. It indicates that the NonWorkConserving scheduler may pass up a scheduling opportunity (thereby behaving in a non-work conserving manner), and make the resulting bandwidth available to the FollowingService scheduler.

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


Class Hierarchy

CIM_NextService
   |
   +--CIM_NextScheduler
   |
   +--CIM_FailNextScheduler

Direct Known Subclasses

Class Qualifiers

NameData TypeValue
Associationbooleantrue
DescriptionstringThis association is a subclass of NextScheduler, and defines a predecessor-successor relationship between a NonWork ConservingSchedulingService and another PacketScheduling Service. It indicates that the NonWorkConserving scheduler may pass up a scheduling opportunity (thereby behaving in a non-work conserving manner), and make the resulting bandwidth available to the FollowingService scheduler.
UMLPackagePathstringCIM::Network::QoS
Versionstring2.7.0

Class Properties

Association References

NameClass OriginReference ClassQualifiers
NameData TypeValue
FollowingServiceCIM_FailNextSchedulerCIM_PacketSchedulingService
DescriptionstringA scheduler that may use the bandwidth available from the non-work conserving scheduler.
Keybooleantrue
Maxuint321
OverridestringFollowingService
PrecedingServiceCIM_FailNextSchedulerCIM_NonWorkConservingSchedulingService
DescriptionstringThe NonWorkConservingSchedulingService whose excess bandwidth is made available to the scheduler identified by the FollowingService reference. The [0..n] cardinality indicates that a single FollowingService scheduler may have the opportunity to use the unused bandwidth of multiple prior non-work-conserving schedulers.
Keybooleantrue
OverridestringPrecedingService

Class Methods