@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
18 lines (17 loc) • 664 B
JavaScript
/** Available localization for this static IP */
export var IpStaticCountryEnum;
(function (IpStaticCountryEnum) {
IpStaticCountryEnum["be"] = "be";
IpStaticCountryEnum["cz"] = "cz";
IpStaticCountryEnum["de"] = "de";
IpStaticCountryEnum["es"] = "es";
IpStaticCountryEnum["fi"] = "fi";
IpStaticCountryEnum["fr"] = "fr";
IpStaticCountryEnum["ie"] = "ie";
IpStaticCountryEnum["it"] = "it";
IpStaticCountryEnum["lt"] = "lt";
IpStaticCountryEnum["nl"] = "nl";
IpStaticCountryEnum["pl"] = "pl";
IpStaticCountryEnum["pt"] = "pt";
IpStaticCountryEnum["uk"] = "uk";
})(IpStaticCountryEnum || (IpStaticCountryEnum = {}));