@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
14 lines (13 loc) • 553 B
JavaScript
/** DNS server type */
export var NameServerTypeEnum;
(function (NameServerTypeEnum) {
NameServerTypeEnum["anycast"] = "anycast";
NameServerTypeEnum["dedicated"] = "dedicated";
NameServerTypeEnum["empty"] = "empty";
NameServerTypeEnum["external"] = "external";
NameServerTypeEnum["hold"] = "hold";
NameServerTypeEnum["hosted"] = "hosted";
NameServerTypeEnum["hosting"] = "hosting";
NameServerTypeEnum["mixed"] = "mixed";
NameServerTypeEnum["parking"] = "parking";
})(NameServerTypeEnum || (NameServerTypeEnum = {}));