UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

18 lines (17 loc) 718 B
/** List of possible service pack */ export var ServicePackEnum; (function (ServicePackEnum) { ServicePackEnum["default"] = "default"; ServicePackEnum["default-nsxt"] = "default-nsxt"; ServicePackEnum["hds"] = "hds"; ServicePackEnum["hds-nsxt"] = "hds-nsxt"; ServicePackEnum["hipaa"] = "hipaa"; ServicePackEnum["legacy"] = "legacy"; ServicePackEnum["nsx"] = "nsx"; ServicePackEnum["nsx-and-vrops"] = "nsx-and-vrops"; ServicePackEnum["nsxt"] = "nsxt"; ServicePackEnum["pcidss"] = "pcidss"; ServicePackEnum["pcidss-nsxt"] = "pcidss-nsxt"; ServicePackEnum["vrops"] = "vrops"; ServicePackEnum["vrops-nsxt"] = "vrops-nsxt"; })(ServicePackEnum || (ServicePackEnum = {}));