UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

12 lines 396 B
/** All function CDN task can be */ export declare enum TaskFunctionEnum { 'flush' = "flush", 'flushAll' = "flushAll", 'generateSsl' = "generateSsl", 'installSsl' = "installSsl", 'reinstallSsl' = "reinstallSsl", 'removeDomain' = "removeDomain", 'uninstallSsl' = "uninstallSsl", 'updateCacheRule' = "updateCacheRule" } //# sourceMappingURL=TaskFunctionEnum.d.ts.map