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

    Interface V1LaunchSecurity

    interface V1LaunchSecurity {
        sev?: V1SEV;
        snp?: object;
        tdx?: object;
    }
    Index

    Properties

    Properties

    sev?: V1SEV

    AMD Secure Encrypted Virtualization (SEV).

    snp?: object

    AMD SEV-SNP flags defined by the SEV-SNP specifications.

    tdx?: object

    Intel Trust Domain Extensions (TDX).