ConnectNvmeControllerRequestType

ConnectNvmeControllerRequestType
ConnectNvmeControllerRequestType

The parameters of ConnectNvmeController.

JSON Example
{
    "connectSpec": {
        "_typeName": "string",
        "hbaName": "string",
        "transportParameters": {
            "_typeName": "string"
        },
        "subnqn": "string",
        "controllerId": 0,
        "adminQueueSize": 0,
        "keepAliveTimeout": 0
    }
}
connectSpec
Required

Specifies the parameters necessary to connect to a regular NVME over Fabrics controller.

Here the transportParameters are used to establish a transport level connection to the specified controller. For reference, see:

  • "NVM Express over Fabrics 1.0", Section 3.3, "Connect command and response"