@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
35 lines (34 loc) • 2.03 kB
JavaScript
/** Related Technologies */
export var RelatedTechnologyEnum;
(function (RelatedTechnologyEnum) {
RelatedTechnologyEnum["Key_3dPrinting"] = "3dPrinting";
RelatedTechnologyEnum["API"] = "API";
RelatedTechnologyEnum["ArtificialIntelligence"] = "ArtificialIntelligence";
RelatedTechnologyEnum["AugmentedReality"] = "AugmentedReality";
RelatedTechnologyEnum["BankingDataInfrastructure"] = "BankingDataInfrastructure";
RelatedTechnologyEnum["Big_Data"] = "Big_Data";
RelatedTechnologyEnum["Blockchain"] = "Blockchain";
RelatedTechnologyEnum["CRM_ERP"] = "CRM_ERP";
RelatedTechnologyEnum["Chatbot"] = "Chatbot";
RelatedTechnologyEnum["CloudGaming"] = "CloudGaming";
RelatedTechnologyEnum["ContainersDockers"] = "ContainersDockers";
RelatedTechnologyEnum["CyberSecurity"] = "CyberSecurity";
RelatedTechnologyEnum["Drones"] = "Drones";
RelatedTechnologyEnum["ElearningPlatform"] = "ElearningPlatform";
RelatedTechnologyEnum["GeoLocalization"] = "GeoLocalization";
RelatedTechnologyEnum["Healthcareinfrastructure"] = "Healthcareinfrastructure";
RelatedTechnologyEnum["IoT"] = "IoT";
RelatedTechnologyEnum["MachineLearningDeepLearning"] = "MachineLearningDeepLearning";
RelatedTechnologyEnum["Marketplace"] = "Marketplace";
RelatedTechnologyEnum["MobileApplications"] = "MobileApplications";
RelatedTechnologyEnum["Orchestration"] = "Orchestration";
RelatedTechnologyEnum["Other"] = "Other";
RelatedTechnologyEnum["PredictiveAnalyticAlgorithms"] = "PredictiveAnalyticAlgorithms";
RelatedTechnologyEnum["Robotics"] = "Robotics";
RelatedTechnologyEnum["ScientificComputation"] = "ScientificComputation";
RelatedTechnologyEnum["Storage"] = "Storage";
RelatedTechnologyEnum["Streaming"] = "Streaming";
RelatedTechnologyEnum["VirtualDesktop"] = "VirtualDesktop";
RelatedTechnologyEnum["VirtualMachines"] = "VirtualMachines";
RelatedTechnologyEnum["VoIP"] = "VoIP";
})(RelatedTechnologyEnum || (RelatedTechnologyEnum = {}));