@aleph-sdk/monorepo
    Preparing search index...

    Type Alias CpuProperties

    architecture: CPU architecture vendor: CPU vendor. Allows other vendors.

    type CpuProperties = {
        architecture?: "x86_64" | "arm64";
        features?: string[];
        vendor?: "AuthenticAMD" | "GenuineIntel" | string;
    }
    Index

    Properties

    architecture?: "x86_64" | "arm64"
    features?: string[]
    vendor?: "AuthenticAMD" | "GenuineIntel" | string