Interface

Libosinfo-1.0LibosinfoResourcesConstructorProps

interface ConstructorProps {
    architecture: string;
    cpu: number | bigint;
    id: string;
    n_cpus: number;
    nCpus: number;
    ram: number | bigint;
    storage: number | bigint;
}

Hierarchy (View Summary)

Index
architecture: string
cpu: number | bigint
n_cpus: number
nCpus: number
ram: number | bigint
storage: number | bigint
id: string