@akamai/openapi-ts
    Preparing search index...

    Type Alias GetKernelResponses

    type GetKernelResponses = {
        "200": {
            architecture: "x86_64" | "i386";
            built: string;
            deprecated: boolean;
            id: string;
            kvm: boolean;
            label: string;
            pvops: boolean;
            version: string;
        };
    }
    Index

    Properties

    Properties

    "200": {
        architecture: "x86_64" | "i386";
        built: string;
        deprecated: boolean;
        id: string;
        kvm: boolean;
        label: string;
        pvops: boolean;
        version: string;
    }

    Linux kernel object.

    Type Declaration

    • architecture: "x86_64" | "i386"

      Filterable, Read-only The architecture of this Kernel.

    • Readonlybuilt: string

      Read-only The date on which this Kernel was built.

    • Readonlydeprecated: boolean

      Filterable, Read-only If this Kernel is marked as deprecated, this field has a value of true; otherwise, this field is false.

    • Readonlyid: string

      Read-only The unique ID of this Kernel.

    • Readonlykvm: boolean

      Filterable, Read-only If this Kernel is suitable for KVM Linodes.

    • Readonlylabel: string

      Filterable, Read-only The friendly name of this Kernel.

    • Readonlypvops: boolean

      Filterable, Read-only If this Kernel is suitable for paravirtualized operations.

    • Readonlyversion: string

      Filterable, Read-only Linux Kernel version.