HostNvmeOverRdmaParameters
This data object represents the transport specific parameters necessary to establish an NVME over RDMA connection.
{
"_typeName": "string",
"address": "string",
"addressFamily": "string",
"portNumber": 0
}
The address of the connection target.
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.
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