VirtualMachineDeviceRuntimeInfo

VirtualMachineDeviceRuntimeInfo
VirtualMachineDeviceRuntimeInfo

The DeviceRuntimeInfo data object type provides information about the execution state of a single virtual device.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "runtimeState": {
        "_typeName": "string"
    },
    "key": 0
}
runtimeState
Required

Runtime state of a device.

Subclassed for information that is specific to certain device types.

integer As int32 As int32
key
Required

The device key.