vSphere Web Services API
|
| Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - HostAssignableHardwareBinding(vim.host.AssignableHardwareBinding)
- Property of
- HostAssignableHardwareManager, HostConfigInfo
- Extends
- DynamicData
- See also
- VirtualMachine
- Since
- vSphere API Release 7.0
Data Object Description
Data object indicating a device instance has been allocated to a VM.Properties
| Name | Type | Description |
|---|---|---|
| deviceKey* | xsd:int |
The device key of the virtual device this instanceId is assigned to.
Since vSphere API Release 9.1.0.0 |
| instanceId | xsd:string |
Instance ID of assigned device.
|
| pciId* | xsd:string |
The ID of the physical PCI (Peripheral Component Interconnect)
device backing this binding. More information about this particular
PCI device can be found from the PciDevice object
HostPciDevice with the same 'id'.
Since vSphere API Release 9.1.0.0 |
| vm | ManagedObjectReference
to a VirtualMachine |
Virtual machine to which the device is assigned.
|
| Properties inherited from DynamicData | ||
| None | ||
Show WSDL type definition
| Top of page | Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |