Msvm_EthernetSwitchPortRdmaSettingData class

Represents the port RDMA feature setting data.

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

Syntax

[Dynamic, Provider("VmmsWmiInstanceAndMethodProvider"), UUID("7A498FC4-8572-4FDC-92AB-7A6FC7042D53"), ExtensionId("11EC6134-128A-4A23-B12F-164184B48348"), InterfaceVersion("1"), InterfaceRevision("0"), DisplayName("Ethernet Switch Port Rdma Settings"), AMENDMENT]
class Msvm_EthernetSwitchPortRdmaSettingData : Msvm_EthernetSwitchPortFeatureSettingData
{
  uint32 RdmaOffloadWeight = 0;
};

Members

The Msvm_EthernetSwitchPortRdmaSettingData class has these types of members:

Properties

The Msvm_EthernetSwitchPortRdmaSettingData class has these properties.

RdmaOffloadWeight

Data type: uint32

Access type: Read/write

Qualifiers: WmiDataId (1), InterfaceVersion (1), InterfaceRevision (0)

The weight assigned to this port for Guest RDMA. The weight is the relative importance when assigning RDMA resources. Setting the RdmaOffloadWeight property to 0 disables RDMA on the port. The default is 0.

Requirements

Requirement Value
Minimum supported client
Windows 10, version 1703 [desktop apps only]
Minimum supported server
Windows Server 2016
Namespace
Root\virtualization\v2
MOF
WindowsVirtualization.V2.mof
DLL
Vmms.exe

See also

Msvm_EthernetSwitchPortFeatureSettingData