Contents

customVirtioDevices

The array of custom virtio devices that you expose to the guest operating system.

Declaration

var customVirtioDevices: [VZCustomVirtioDeviceConfiguration] { get set }

Discussion

The default value of this property is an empty array. If your VM exposes one or more virtio devices, assign an array of VZCustomVirtioDeviceConfiguration objects to this property.

See Also

Related Documentation

Adding devices to the VM