vCenter Storage Monitoring Service API
| Local Properties | Local Methods | |
Managed Object Types | Data Object Types | All Properties | All Methods |
Managed Object - HostPciPassthruSystem(vim.host.PciPassthruSystem)
- Property of
- HostConfigManager
- Extends
- ExtensibleManagedObject
- See also
- HostPciPassthruConfig, HostPciPassthruInfo, HostSriovDevicePoolInfo
- Since
- vSphere API Release 4.0
Managed Object Description
This managed object manages the PciPassthru state of the host.Properties
Name | Type | Description |
---|---|---|
pciPassthruInfo P | HostPciPassthruInfo[] |
Array of PciPassthru information
|
sriovDevicePoolInfo* P | HostSriovDevicePoolInfo[] |
Array of Sriov Device Pool information
Since vSphere API Release 6.5 |
Properties inherited from ExtensibleManagedObject | ||
availableField, value |
Methods
Methods defined in this Managed Object |
---|
Refresh, UpdatePassthruConfig |
Methods inherited from ExtensibleManagedObject |
setCustomValue |
Refresh(refresh)
Refresh the available PciPassthru information.- Required Privileges
- Host.Config.Settings
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the HostPciPassthruSystem used to make the method call. |
Return Value
Type | Description |
---|---|
None |
Faults
Type | Description |
---|---|
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
Events
Type | |
---|---|
None |
Show WSDL type definition
UpdatePassthruConfig(updatePassthruConfig)
Updates the PciPassthru configuration, this will get called for the dependent device with the enabled bool set- Required Privileges
- Host.Config.PciPassthru
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the HostPciPassthruSystem used to make the method call. |
config | HostPciPassthruConfig[] |
The new PciPassthru configuration information.
Since vSphere API Release 4.0 |
Return Value
Type | Description |
---|---|
None |
Faults
Type | Description |
---|---|
HostConfigFault | Thrown if an error occurs. |
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
Events
Type | |
---|---|
None |
Show WSDL type definition
Top of page | Local Properties | Local Methods | |
Managed Object Types | Data Object Types | All Properties | All Methods |