List Available Transport
Methods
The
VixDiskLib_ListTransportModes()
function returns the currently supported transport methods as a colon-separated
string value, currently “file:san:hotadd:nbdssl
” where
nbdssl
indicates LAN transport.
The default transport priority over the network is
san:hotadd:nbdssl
assuming all are
available.
printf("Transport methods: %s\n",
VixDiskLib_ListTransportModes());