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

    Interface V1SEV

    interface V1SEV {
        attestation?: object;
        dhCert?: string;
        policy?: V1SEVPolicy;
        session?: string;
    }
    Index

    Properties

    attestation?: object

    If specified, run the attestation process for a vmi.

    dhCert?: string

    Base64 encoded guest owner's Diffie-Hellman key.

    policy?: V1SEVPolicy

    Guest policy flags as defined in AMD SEV API specification. Note: due to security reasons it is not allowed to enable guest debugging. Therefore NoDebug flag is not exposed to users and is always true.

    session?: string

    Base64 encoded session blob.