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

    Interface V1SEVMeasurementInfo

    SEVMeasurementInfo contains information about the guest launch measurement.

    interface V1SEVMeasurementInfo {
        apiMajor?: number;
        apiMinor?: number;
        apiVersion?: string;
        buildID?: number;
        kind?: string;
        loaderSHA?: string;
        measurement?: string;
        policy?: number;
    }
    Index

    Properties

    apiMajor?: number

    API major version of the SEV host.

    int32

    apiMinor?: number

    API minor version of the SEV host.

    int32

    apiVersion?: string

    APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources

    buildID?: number

    Build ID of the SEV host.

    int32

    kind?: string

    Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds

    loaderSHA?: string

    SHA256 of the loader binary

    measurement?: string

    Base64 encoded launch measurement of the SEV guest.

    policy?: number

    Policy of the SEV guest.

    int32