UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 554 B
/** This enumeration represents the available OVA templates specifically designed for deploying SAP servers. */ export declare enum OvaTemplatesEnum { 'SLES SLE-15-SP4-Full-x86_64 (BYOL)' = "SLES SLE-15-SP4-Full-x86_64 (BYOL)", 'SLES SLE-15-SP5-Full-x86_64 (BYOL)' = "SLES SLE-15-SP5-Full-x86_64 (BYOL)", 'SLES for SAP SLE-15-SP4-Full-x86_64 (BYOL)' = "SLES for SAP SLE-15-SP4-Full-x86_64 (BYOL)", 'SLES for SAP SLE-15-SP5-Full-x86_64 (BYOL)' = "SLES for SAP SLE-15-SP5-Full-x86_64 (BYOL)" } //# sourceMappingURL=OvaTemplatesEnum.d.ts.map