HostDevice

HostDevice
HostDevice

This data object type defines a device on the host.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "deviceName": "string",
    "deviceType": "string"
}
string
deviceName
Required

The name of the device on the host.

For example, /dev/cdrom or \\serverX\device_name.

string
deviceType
Required

Device type when available: floppy, mouse, cdrom, disk, scsi device, or adapter.

Used By