VirtualMachineTargetInfo

VirtualMachineTargetInfo
VirtualMachineTargetInfo

The TargetInfo specified a value that can be used in the device backings to connect the virtual machine to a physical (or logical) host device.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "name": "string",
    "configurationTag": [
        "string"
    ]
}
string
name
Required

The identification of the endpoint on the host.

The format of this depends on the kind of virtual device this endpoints is used for. For example, for a VirtualEthernetCard this would be a networkname, and for a VirtualCDROM it would be a device name.

array of string
configurationTag
Optional

List of configurations that this device is available for.

This is only filled out if more than one configuration is requested.