Information about networks that is exposed to network manager API consumers.
Get the list of ip addresses and prefix lengths, ip address could be IPv4
or IPv6, typically 1 IPv4 or 1 IPv6 or one of each.
| ips | The list of ip addresses retrieved. |
| prefixLengths | The list of prefix lengths retrieved. |
| the length of the lists. |
Get the list of gateways, could be IPv4 or IPv6, typically 1 IPv4 or 1
IPv6 or one of each.
| count | The length of the list of gateways |
| the list of gateways. |
Get the list of dnses, could be IPv4 or IPv6.
| count | The length of the list of dnses. |
| the list of dnses. |
Current network state, one of the NETWORK_STATE_* constants.
When this changes, network interface implementations notify with
updateNetworkInterface() API.
Network type. One of the NETWORK_TYPE_* constants.
Name of the network interface. This identifier is unique.
The host name of the http proxy server.