@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
9 lines (8 loc) • 649 B
JavaScript
/** 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 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 || (OvaTemplatesEnum = {}));