HostRdmaDeviceConnectionInfo

HostRdmaDeviceConnectionInfo
HostRdmaDeviceConnectionInfo

Represents connection information for the RDMA device.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "state": "string",
    "mtu": 0,
    "speedInMbps": 0
}
string
state
Required

RDMA device connection state.

The set of possible values is described in HostRdmaDeviceConnectionStateEnum.

integer As int32 As int32
mtu
Required

Maximum Transmission Unit in bytes.

integer As int32 As int32
speedInMbps
Required

Bit rate in Mbps.