@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
13 lines (12 loc) • 563 B
JavaScript
/** All function CDN task can be */
export var TaskFunctionEnum;
(function (TaskFunctionEnum) {
TaskFunctionEnum["flush"] = "flush";
TaskFunctionEnum["flushAll"] = "flushAll";
TaskFunctionEnum["generateSsl"] = "generateSsl";
TaskFunctionEnum["installSsl"] = "installSsl";
TaskFunctionEnum["reinstallSsl"] = "reinstallSsl";
TaskFunctionEnum["removeDomain"] = "removeDomain";
TaskFunctionEnum["uninstallSsl"] = "uninstallSsl";
TaskFunctionEnum["updateCacheRule"] = "updateCacheRule";
})(TaskFunctionEnum || (TaskFunctionEnum = {}));