BootOrder is an integer value > 0, used to determine ordering of boot devices. Lower values take precedence. Each disk or interface that has a boot order must have a unique value. Disks without a boot order are not tried if a disk with a boot order exists.
Cache specifies which kvm disk cache mode should be used. Supported values are: none: Guest I/O not cached on the host, but may be kept in a disk cache. writethrough: Guest I/O cached on the host but written through to the physical medium. Slowest but with most guarantees. writeback: Guest I/O cached on the host. Defaults to none if the storage supports O_DIRECT, otherwise writethrough.
dedicatedIOThread indicates this disk should have an exclusive IO Thread. Enabling this implies useIOThreads = true. Defaults to false.
If specified, it can change the default error policy (stop) for the disk
IO specifies which QEMU disk IO mode should be used. Supported values are: native, default, threads.
Name is the device name
Serial provides the ability to specify a serial number for the disk device.
If specified the disk is made sharable and multiple write from different VMs are permitted
If specified, disk address and its tag will be provided to the guest via config drive metadata
Generated using TypeDoc
V1Disk