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