Interface AutonomousSystemPrefixes

interface AutonomousSystemPrefixes {
    ipv4: AutonomousSystemPrefix[];
    ipv4_count: number;
    ipv6: AutonomousSystemPrefix[];
    ipv6_count: number;
}

Properties

ipv4_count: number
ipv6_count: number