UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

17 lines 476 B
/** List of possible service pack */ export declare enum ServicePackEnum { 'default' = "default", 'default-nsxt' = "default-nsxt", 'hds' = "hds", 'hds-nsxt' = "hds-nsxt", 'hipaa' = "hipaa", 'legacy' = "legacy", 'nsx' = "nsx", 'nsx-and-vrops' = "nsx-and-vrops", 'nsxt' = "nsxt", 'pcidss' = "pcidss", 'pcidss-nsxt' = "pcidss-nsxt", 'vrops' = "vrops", 'vrops-nsxt' = "vrops-nsxt" } //# sourceMappingURL=ServicePackEnum.d.ts.map