@kubevirt-ui/kubevirt-api
    Preparing search index...

    Interface V1Firmware

    interface V1Firmware {
        acpi?: V1ACPI;
        bootloader?: V1Bootloader;
        kernelBoot?: V1KernelBoot;
        serial?: string;
        uuid?: string;
    }
    Index

    Properties

    acpi?: V1ACPI

    Information that can be set in the ACPI table

    bootloader?: V1Bootloader

    Settings to control the bootloader that is used.

    kernelBoot?: V1KernelBoot

    Settings to set the kernel for booting.

    serial?: string

    The system-serial-number in SMBIOS

    uuid?: string

    UUID reported by the vmi bios. Defaults to a random generated uid.