Enum LavalinkRoutePlannerType
- Namespace
- DSharpPlus.Lavalink
- Assembly
- DSharpPlus.Lavalink.dll
public enum LavalinkRoutePlannerType
- Extension Methods
Fields
BalancingIpRoutePlanner = 2
Route planner that selects random IP addresses from the given block.
NanoIpRoutePlanner = 3
Route planner that switches the IP on every clock update.
RotatingIpRoutePlanner = 1
Route planner that switches the IP on ban.
RotatingNanoIpRoutePlanner = 4
Route planner that switches the IP on every clock update and rotates to next IP block on a ban as a fallback.