@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
19 lines (18 loc) • 822 B
JavaScript
/** Area of expertise */
export var AreaOfExpertiseEnum;
(function (AreaOfExpertiseEnum) {
AreaOfExpertiseEnum["BigData"] = "BigData";
AreaOfExpertiseEnum["Connectivity"] = "Connectivity";
AreaOfExpertiseEnum["DC"] = "DC";
AreaOfExpertiseEnum["DomainName"] = "DomainName";
AreaOfExpertiseEnum["EmailMsSolution"] = "EmailMsSolution";
AreaOfExpertiseEnum["HPC"] = "HPC";
AreaOfExpertiseEnum["Nutanix"] = "Nutanix";
AreaOfExpertiseEnum["Orchestration"] = "Orchestration";
AreaOfExpertiseEnum["PC"] = "PC";
AreaOfExpertiseEnum["PCIDSS"] = "PCIDSS";
AreaOfExpertiseEnum["SecurityCertif"] = "SecurityCertif";
AreaOfExpertiseEnum["VPS"] = "VPS";
AreaOfExpertiseEnum["VoIP"] = "VoIP";
AreaOfExpertiseEnum["WH"] = "WH";
})(AreaOfExpertiseEnum || (AreaOfExpertiseEnum = {}));