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

    Interface V1TPMDevice

    interface V1TPMDevice {
        enabled?: boolean;
        persistent?: boolean;
    }
    Index

    Properties

    enabled?: boolean

    Enabled allows a user to explicitly disable the vTPM even when one is enabled by a preference referenced by the VirtualMachine Defaults to True

    persistent?: boolean

    Persistent indicates the state of the TPM device should be kept accross reboots Defaults to false