@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
8 lines (7 loc) • 365 B
JavaScript
/** This enumeration specifies the type of deployment for the SAP system. */
export var DeploymentTypeEnum;
(function (DeploymentTypeEnum) {
DeploymentTypeEnum["Distributed"] = "Distributed";
DeploymentTypeEnum["High-Availability"] = "High-Availability";
DeploymentTypeEnum["Standard"] = "Standard";
})(DeploymentTypeEnum || (DeploymentTypeEnum = {}));