vSphere Web Services API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - HostMultipathInfoPath(vim.host.MultipathInfo.Path)
- Property of
- HostMultipathInfoLogicalUnit
- Extends
- DynamicData
- See also
- HostHostBusAdapter, HostMultipathInfoLogicalUnit, HostTargetTransport
- Since
- 2.0
Data Object Description
The HostMultipathInfoPath data object is a storage entity that represents a topological path from a host bus adapter to a SCSI logical unit. Each path is unique although each host bus adapter/SCSI logical unit pair can have multiple paths.Path objects are identified by a key. The specifics of how the key is formatted are dependent on the implementation. Example implementations include using strings like "vmhba1:0:0:0".
Properties
Name | Type | Description |
---|---|---|
adapter | xsd:string |
The host bus adapter at one endpoint of this path.
|
isWorkingPath* | xsd:boolean |
A path, managed by a given path selection policy(psp) plugin, is
denoted to be a Working Path if the psp plugin is likely to select the
path for performing I/O in the near future.
Since vSphere API Release 4.0 |
key | xsd:string |
Identifier of the path.
|
lun | xsd:string |
The logical unit at one endpoint of this path.
|
name | xsd:string |
Name of path.
Use this name to configure LogicalUnit multipathing policy using EnableMultipathPath and DisableMultipathPath.
|
pathState | xsd:string |
Deprecated.
As of VI API 4.0:
|
state* | xsd:string |
System-reported state of the path. Must be one of the values of
MultipathState
|
transport* | HostTargetTransport |
Transport information for the target end of the path.
|
Properties inherited from DynamicData | ||
None |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |