Interface AutonomousSystem

interface AutonomousSystem {
    allocated: string;
    asn: number;
    country_code: string;
    domain: string;
    name: string;
    prefixes: AutonomousSystemPrefixes;
    registry: RegionalInternetRegistry;
    relationships: AutonomousSystemRelationships;
    type: AsType;
    updated: string;
}

Hierarchy (view full)

Properties

allocated: string
asn: number
country_code: string
domain: string
name: string
type: AsType
updated: string