MSFT_NetAdapter_QosSettings class

This class represents QoS settings on a network adapter.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.

Syntax

[Dynamic, Provider("NetAdapterCim")]
class MSFT_NetAdapter_QosSettings
{
  boolean TransmissionSelectionEnabled;
  uint8   PriorityAssignmentTable[];
  uint8   TsaAssignmentTable[];
  uint8   BandwidthAssignmentTable[];
  boolean FlowControlEnabled;
  boolean PriorityFlowControlEnableArray[];
  boolean ClassificationEnabled;
  uint32  NumberOfClassificationElements;
  string  ClassificationTable[];
};

Members

The MSFT_NetAdapter_QosSettings class has these types of members:

Properties

The MSFT_NetAdapter_QosSettings class has these properties.

BandwidthAssignmentTable

Data type: uint8 array

Access type: Read-only

Bandwidth assignments per Traffic Class.

ClassificationEnabled

Data type: boolean

Access type: Read-only

Classification settings are enabled.

ClassificationTable

Data type: string array

Access type: Read-only

Classification entries.

FlowControlEnabled

Data type: boolean

Access type: Read-only

Flow Control settings are enabled.

NumberOfClassificationElements

Data type: uint32

Access type: Read-only

Number of classification entries.

PriorityAssignmentTable

Data type: uint8 array

Access type: Read-only

Priority to Traffic Class assignments.

PriorityFlowControlEnableArray

Data type: boolean array

Access type: Read-only

IEEE 802.1Qbb Priority Flow Control enabled per Priority.

TransmissionSelectionEnabled

Data type: boolean

Access type: Read-only

Transmission Selection settings are enabled.

TsaAssignmentTable

Data type: uint8 array

Access type: Read-only

Transmission Selection Algorithm assignments per Traffic Class.

Requirements

Minimum supported client
Windows 8
Minimum supported server
Windows Server 2012
Namespace
Root\StandardCimv2
MOF
NetAdapterCim.mof
DLL
NetAdapterCim.dll