@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
12 lines • 396 B
TypeScript
/** 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