Interface

Libosinfo-1.0LibosinfoResourcesConstructorProps

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

Hierarchy (View Summary)

Index

Properties

Properties - Inherited from Libosinfo.Entity.ConstructorProps

Properties

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

Properties - Inherited from Libosinfo.Entity.ConstructorProps

id: string