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

Properties

Properties - Inherited from Libosinfo.Entity.ConstructorProps

Properties

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

Properties - Inherited from Libosinfo.Entity.ConstructorProps

id: string