VirtualPCIPassthroughVmiopBackingInfo

VirtualPCIPassthroughVmiopBackingInfo
VirtualPCIPassthroughVmiopBackingInfo

The VirtualPCIPassthrough.VmiopBackingInfo data object type contains information about the plugin that emulates the virtual device via the VMIOP plugin interface.

At present, this interface is only used to implement vGPU.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "vgpu": "string",
    "vgpuMigrateDataSizeMB": 0,
    "migrateSupported": false,
    "enhancedMigrateCapability": false
}
string
vgpu
Optional

The vGPU configuration type exposed by a VMIOP plugin.

integer As int32 As int32
vgpuMigrateDataSizeMB
Optional

The expected size of the vGPU device state during migration.

Since: vSphere API Release 8.0.0.1

boolean
migrateSupported
Optional

Indicates whether the vGPU device is migration capable or not.

Since: vSphere API Release 7.0.2.0

boolean
enhancedMigrateCapability
Optional

Indicates whether the vGPU has enhanced migration features for sub-second downtime.

Since: vSphere API Release 8.0.0.1