ConnectNvmeControllerExRequestType

ConnectNvmeControllerExRequestType
ConnectNvmeControllerExRequestType

The parameters of ConnectNvmeControllerEx_Task.

Since: vSphere API Release 7.0.3.0

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

A list of data objects, each specifying the parameters necessary to connect to an NVMe controller.

Availability
Added in vSphere API Release 7.0.3.0