Table of Contents

Class LavalinkRouteStatusDetails

Namespace
DSharpPlus.Lavalink.Entities
Assembly
DSharpPlus.Lavalink.dll
public class LavalinkRouteStatusDetails
Inheritance
LavalinkRouteStatusDetails

Properties

BlockIndex

Gets the information in which /64 block ips are chosen. This number increases on each ban.

Only present in the RotatingNanoIpRoutePlanner.

CurrentAddress

Gets the current IP Address used by the planner.

Only present in the RotatingIpRoutePlanner.

CurrentAddressIndex

Gets the current offset of the IP block.

Only present in the NanoIpRoutePlanner and the RotatingNanoIpRoutePlanner.

FailedAddresses

Gets the collection of failed addresses.

IpBlock

Gets the details for the current IP block.

IpIndex

Gets the current offset of the IP block.

Only present in the RotatingIpRoutePlanner.

RotateIndex

Gets the number of rotations since the restart of Lavalink.

Only present in the RotatingIpRoutePlanner.