HostNvmeOverRdmaParameters

HostNvmeOverRdmaParameters
HostNvmeOverRdmaParameters

This data object represents the transport specific parameters necessary to establish an NVME over RDMA connection.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "address": "string",
    "addressFamily": "string",
    "portNumber": 0
}
string
address
Required

The address of the connection target.

string
addressFamily
Optional

Indicates the type of the address specified above.

If unset, it is assumed to be an IPv4 address. The set of possible values is described in HostNvmeTransportParametersNvmeAddressFamilyEnum. Note that not all of the address families may be supported for establishing a connection over RDMA.

integer As int32 As int32
portNumber
Optional

The port number of the RDMA target port.

When IPv4/IPv6 is used as address family above, the port number needs to be specified. If this field is unset, a default value of 4420 is assumed as per the IANA assignment: https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml