UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

10 lines 263 B
/** PCC and their availability */ export interface PccStockProfile { /** Available PCC */ count: number; /** Kind of hypervisor */ mode: string; /** Hypervisor version */ realVersion: string; } //# sourceMappingURL=PccStockProfile.d.ts.map