UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

16 lines 440 B
/** The Hypervisor version of this Dedicated Cloud component */ export declare enum HypervisorVersionEnum { 'Key_4_1' = "4.1", 'Key_5_0' = "5.0", 'Key_5_1' = "5.1", 'Key_5_5' = "5.5", 'Key_6_0' = "6.0", 'Key_6_5' = "6.5", 'Key_6_7' = "6.7", 'Key_7_0' = "7.0", 'Key_8_0' = "8.0", 'hv3_1' = "hv3.1", 'hvdc3_1' = "hvdc3.1", 'nc1_0' = "nc1.0" } //# sourceMappingURL=HypervisorVersionEnum.d.ts.map