UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

13 lines (12 loc) 1.08 kB
/** This enumeration represents the available OVA templates specifically designed for deploying SAP servers. */ export var OvaTemplatesEnum; (function (OvaTemplatesEnum) { OvaTemplatesEnum["SLES SLE-15-SP4-Full-x86_64 (BYOL)"] = "SLES SLE-15-SP4-Full-x86_64 (BYOL)"; OvaTemplatesEnum["SLES SLE-15-SP5-Full-x86_64 (BYOL)"] = "SLES SLE-15-SP5-Full-x86_64 (BYOL)"; OvaTemplatesEnum["SLES SLE-15-SP6-Full-x86_64 (BYOL)"] = "SLES SLE-15-SP6-Full-x86_64 (BYOL)"; OvaTemplatesEnum["SLES SLE-15-SP7-Full-x86_64 (BYOL)"] = "SLES SLE-15-SP7-Full-x86_64 (BYOL)"; OvaTemplatesEnum["SLES for SAP SLE-15-SP4-Full-x86_64 (BYOL)"] = "SLES for SAP SLE-15-SP4-Full-x86_64 (BYOL)"; OvaTemplatesEnum["SLES for SAP SLE-15-SP5-Full-x86_64 (BYOL)"] = "SLES for SAP SLE-15-SP5-Full-x86_64 (BYOL)"; OvaTemplatesEnum["SLES for SAP SLE-15-SP6-Full-x86_64 (BYOL)"] = "SLES for SAP SLE-15-SP6-Full-x86_64 (BYOL)"; OvaTemplatesEnum["SLES for SAP SLE-15-SP7-Full-x86_64 (BYOL)"] = "SLES for SAP SLE-15-SP7-Full-x86_64 (BYOL)"; })(OvaTemplatesEnum || (OvaTemplatesEnum = {}));