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

    Interface V1ACPI

    interface V1ACPI {
        msdmNameRef?: string;
        slicNameRef?: string;
    }
    Index

    Properties

    msdmNameRef?: string

    Similar to SlicNameRef, another ACPI entry that is used in more recent Windows versions. The above points to the spec of MSDM too.

    slicNameRef?: string

    SlicNameRef should match the volume name of a secret object. The data in the secret should be a binary blob that follows the ACPI SLIC standard, see: https://learn.microsoft.com/en-us/previous-versions/windows/hardware/design/dn653305(v=vs.85)