UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines (7 loc) 282 B
/** Typology of the region */ export var RegionTypeEnum; (function (RegionTypeEnum) { RegionTypeEnum["LOCAL-ZONE"] = "LOCAL-ZONE"; RegionTypeEnum["REGION-1-AZ"] = "REGION-1-AZ"; RegionTypeEnum["REGION-3-AZ"] = "REGION-3-AZ"; })(RegionTypeEnum || (RegionTypeEnum = {}));