VsanNicRdmaInfo

VsanNicRdmaInfo
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.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "rdmaCapable": false,
    "rdmaProtocolCapable": "string",
    "dcbEnabled": false,
    "dcbMode": "string",
    "pfcEnabled": false,
    "pfcConfig": "string"
}
boolean
rdmaCapable
Optional

Whether physical NIC is RDMA capable.

string
rdmaProtocolCapable
Optional

Type of network protocol supported by RDMA.

See also RdmaProtocolEnum.

boolean
dcbEnabled
Optional

True indicates the Data Center Bridging (DCB) mode is enabled on this physical NIC.

string
dcbMode
Optional

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.

boolean
pfcEnabled
Optional

True indicates the Priority-based Flow Control (PFC) is enabled on the physical NIC.

string
pfcConfig
Optional

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.