Network\CIM_QueueAllocation.mof.mof (HTML version)

Return to index
CIM_QueueAllocation Superclass: CIM_Dependency
Describes the reliance of a QueuingService on the availability of space in a BufferPool.
Qualifiers:Version ( "2.6.0" ) UMLPackagePath ( "CIM::Network::QoS" ) Association
Parameters (local in grey)
MaxValue ( 100 )
MinValue ( 0 )
Units ( "Percent" )
uint8 AllocationPercentage ;
This property is an 8-bit unsigned integer representing a percentage from 0 to 100. It defines the percentage of the BufferPool that should be allocated to the referenced QueuingService. If absolute sizes are desired, this is accomplished by defining individual BufferPools of the specified sizes, with QueueAllocation.AllocationPercentages set to 100.
Override ( "Dependent" )
CIM_QueuingService REF Dependent ;
The QueuingService dependent on the BufferPool for storage space.
Override ( "Antecedent" )
CIM_BufferPool REF Antecedent ;
The BufferPool supporting packet storage for a QueuingService.