Thrift module: ipv6

ModuleServicesData typesConstants
ipv6 IpConnectivity
IpConnectivityResult

Enumerations

Enumeration: IpConnectivityResult


SUCCESS_IPV61
Connection test was a result and was made over IPv6


SUCCESS_IPV42
Connection test was a result and was made over IPv4


SUCCESS_UNKNOWN3
* Connection test was a result and it was not possible to determine which
 * protocol was used
*

NET_ERROR4
Connection test experienced an error (XHR.onerror)


LOAD_ERROR5
Connection test experienced an error (Non-200 response)


TIMEOUT6
Connection test timed out on the client



Data structures

Struct: IpConnectivity

KeyFieldTypeDescriptionRequirednessDefault value
1ipv4IpConnectivityResultThe IP connectivity result from a server with only A records required
2dualIpConnectivityResultThe IP connectivity result from a server with both A and AAAA records required
3ipv6IpConnectivityResultThe IP connectivity result from a server with only AAAA records required