@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
9 lines • 320 B
TypeScript
import { HostStockHypervisor } from './HostStockHypervisor';
/** Processor generation and their availability */
export interface HostStockProcGen {
/** CPU generation */
cpuGeneration: string;
/** Number of available hosts */
value: HostStockHypervisor[];
}
//# sourceMappingURL=HostStockProcGen.d.ts.map