Whether to attach the default graphics device or not. VNC will not be available if set to false. Defaults to true.
Whether to attach an Input Device. Defaults to false.
Whether to attach the Memory balloon device with default period. Period can be adjusted in virt-config. Defaults to true.
Whether to attach a pod network interface. Defaults to true.
Whether to attach the default virtio-serial console or not. Serial console access will not be available if set to false. Defaults to true.
Whether to attach the VSOCK CID to the VM or not. VSOCK access will be available if set to true. Defaults to false.
Whether or not to enable virtio multi-queue for block devices. Defaults to false.
Represent a subset of client devices that can be accessed by VMI. At the moment only, USB devices using Usbredir's library and tooling. Another fit would be a smartcard with libcacard.
The struct is currently empty as there is no immediate request for user-facing APIs. This structure simply turns on USB redirection of UsbClientPassthroughMaxNumberOf devices.
DisableHotplug disabled the ability to hotplug disks.
Disks describes disks, cdroms and luns which are connected to the vmi.
Filesystems describes filesystem which is connected to the vmi.
Whether to attach a GPU device to the vmi.
Whether to attach a host device to the vmi.
Inputs describe input devices
Interfaces describe network interfaces which are added to the vmi.
Whether to log the auto-attached default serial console or not. Serial console logs will be collect to a file and then streamed from a named guest-console-log
. Not relevant if autoattachSerialConsole is disabled. Defaults to cluster wide setting on VirtualMachineOptions.
If specified, virtual network interfaces configured with a virtio bus will also enable the vhost multiqueue feature for network devices. The number of queues created depends on additional factors of the VirtualMachineInstance, like the number of guest CPUs.
Rng represents the random device passed from host
Fall back to legacy virtio 0.9 support if virtio bus is selected on devices. This is helpful for old machines like CentOS6 or RHEL6 which do not understand virtio_non_transitional (virtio 1.0).
Generated using TypeDoc
V1Devices