import { Ipv6 } from '../../Ipv6';
import { Ipv6Block } from '../../Ipv6Block';
/** A structure describing IPv6 routing informations about this dedicated server */
export interface RoutingDetailsIpv6 {
    /** Server gateway */
    gateway?: Ipv6;
    /** Server main IP */
    ip?: Ipv6Block;
    /** Server network */
    network?: Ipv6Block;
}
//# sourceMappingURL=RoutingDetailsIpv6.d.ts.map