VsanNicRdmaInfo
This class encapsulates the Data Center Bridging (DCB) configuration information for RDMA capable physical Network Interface Controller (NIC) on the host.
This structure may be used only with operations rendered under /vsan
.
{
"_typeName": "string",
"rdmaCapable": false,
"rdmaProtocolCapable": "string",
"dcbEnabled": false,
"dcbMode": "string",
"pfcEnabled": false,
"pfcConfig": "string"
}
Whether physical NIC is RDMA capable.
Type of network protocol supported by RDMA.
See also RdmaProtocolEnum.
True indicates the Data Center Bridging (DCB) mode is enabled on this physical NIC.
The DCB mode for the physial NIC including 'CEE', 'IEEE' and 'PRE-CEE'.
IEEE mode is recommended to ensure lossless transport in layer 2 environment.
True indicates the Priority-based Flow Control (PFC) is enabled on the physical NIC.
The Priority-based Flow Control (PFC) configuration on physical NIC.
To ensure lossless layer 2 environment, it's must required to control the traffic flow, which can be achieved by configuring the priority value to 3 or 4.