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

The StringOption data object type is used to define an open-ended string value based on an optional subset of valid characters.

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.