VirtualPCIPassthroughVmiopBackingOption

VirtualPCIPassthroughVmiopBackingOption
VirtualPCIPassthroughVmiopBackingOption

This data object type describes the options for the VirtualPCIPassthroughVmiopBackingInfo data object type.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "type": "string",
    "vgpu": {
        "_typeName": "string",
        "valueIsReadonly": false,
        "defaultValue": "string",
        "validCharacters": "string"
    },
    "maxInstances": 0
}
vgpu
Required

Parameter indicating which GPU profile the plugin should emulate.

See also sharedGpuPassthroughTypes.

integer As int32 As int32
maxInstances
Required

Maximum number of instances of this backing type allowed per virtual machine.

This is a parameter of the plugin itself, which may support only a limited number of instances per virtual machine.