UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines (7 loc) 299 B
/** Pool algorithm */ export var PoolAlgorithmEnum; (function (PoolAlgorithmEnum) { PoolAlgorithmEnum["leastConnections"] = "leastConnections"; PoolAlgorithmEnum["roundRobin"] = "roundRobin"; PoolAlgorithmEnum["sourceIP"] = "sourceIP"; })(PoolAlgorithmEnum || (PoolAlgorithmEnum = {}));