HostPlugStoreTopologyPath
This data object type is an association class that describes a Path and its associated Device.
A Path may be claimed by at most one Device.
{
"_typeName": "string",
"key": "string",
"name": "string",
"channelNumber": 0,
"targetNumber": 0,
"lunNumber": 0,
"adapter": "string",
"target": "string",
"device": "string"
}
The identifier for the Path.
Name of path.
Use this property to correlate this path object to other path objects.
The state of the Path can be retrieved from the data object (@link vim.host.MultipathStateInfo.Path} on the HostMultipathStateInfo data object.
Use this name to configure LogicalUnit multipathing policy using EnableMultipathPath and DisableMultipathPath.
The channel number for a path if applicable.
The target number for a path if applicable.
The target number is not guaranteed to be consistent across reboots or rescans of the adapter.
The LUN number for a path if applicable.
The adapter that provided the Path.
The target of the Path if any.
The device that claimed the Path if any.