Search Results for

    Show / Hide Table of Contents

    Class LavalinkRouteStatusDetails

    The lavalink route status details.

    Inheritance
    System.Object
    LavalinkRouteStatusDetails
    Namespace: DisCatSharp.Lavalink.Entities
    Assembly: DisCatSharp.Lavalink.dll
    Syntax
    public class LavalinkRouteStatusDetails

    Properties

    | Improve this Doc View Source

    BlockIndex

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

    Only present in the RotatingNanoIpRoutePlanner.

    Declaration
    public string BlockIndex { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    CurrentAddress

    Gets the current IP Address used by the planner.

    Only present in the RotatingIpRoutePlanner.

    Declaration
    public string CurrentAddress { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    CurrentAddressIndex

    Gets the current offset of the IP block.

    Only present in the NanoIpRoutePlanner and the RotatingNanoIpRoutePlanner.

    Declaration
    public long CurrentAddressIndex { get; }
    Property Value
    Type Description
    System.Int64
    | Improve this Doc View Source

    FailedAddresses

    Gets the collection of failed addresses.

    Declaration
    public IEnumerable<LavalinkFailedAddress> FailedAddresses { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<LavalinkFailedAddress>
    | Improve this Doc View Source

    IpBlock

    Gets the details for the current IP block.

    Declaration
    public LavalinkIpBlock IpBlock { get; }
    Property Value
    Type Description
    LavalinkIpBlock
    | Improve this Doc View Source

    IpIndex

    Gets the current offset of the IP block.

    Only present in the RotatingIpRoutePlanner.

    Declaration
    public string IpIndex { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    RotateIndex

    Gets the number of rotations since the restart of Lavalink.

    Only present in the RotatingIpRoutePlanner.

    Declaration
    public string RotateIndex { get; }
    Property Value
    Type Description
    System.String

    Extension Methods

    ReflectionUtilities.ToDictionary<T>(T)
    • Improve this Doc
    • View Source
    In This Article
    Back to top © 2021-2022 Aiko IT Systems