Managed Object - HostPciPassthruSystem

Property of
HostConfigManager
Extends
ExtensibleManagedObject
See also
HostPciPassthruConfig, HostPciPassthruInfo, HostSriovDevicePoolInfo
Since
vSphere API 4.0


Managed Object Description

Properties

Name Type Description
pciPassthruInfo PHostPciPassthruInfo[]


sriovDevicePoolInfo* PHostSriovDevicePoolInfo[]

Since vSphere API 6.5
Properties inherited from ExtensibleManagedObject
availableField, value
*May not be presentP Required privilege: System.Read

Methods

Methods defined in this Managed Object
Refresh, UpdatePassthruConfig
Methods inherited from ExtensibleManagedObject
setCustomValue

Refresh

Required Privileges
Host.Config.Settings

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the HostPciPassthruSystem used to make the method call.

Return Value

Type Description
None

Faults

Type Description
RuntimeFaultThrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error.

Events

Type
None



UpdatePassthruConfig

Required Privileges
Host.Config.PciPassthru

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the HostPciPassthruSystem used to make the method call.
config PHostPciPassthruConfig[]

Since vSphere API 4.0
P Required privilege: config

Return Value

Type Description
None

Faults

Type Description
HostConfigFault
RuntimeFaultThrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error.

Events

Type
None