NetworkManagerIP4Config class

IPv4 configuration.

Constructors

NetworkManagerIP4Config(_NetworkManagerObject _object)

Properties

addressData List<Map<String, dynamic>>
IP addresses. Each item will contain at least 'address' and 'prefix'. e.g. '192.168.1.42' and 24.
no setter
dnsOptions List<String>
Options that modify the behaviour of the DNS resolver.
no setter
dnsPriority int
Relative priority of DNS servers.
no setter
domains List<String>
Domains this address belongs to.
no setter
gateway String
The gateway in use, e.g. '192.168.1.1'.
no setter
hashCode int
The hash code for this object.
no setteroverride
nameserverData List<Map<String, dynamic>>
Nameservers in use. Each item will contain at least 'address'.
no setter
propertiesChanged Stream<List<String>>
Stream of property names as their values change.
no setter
routeData List<Map<String, dynamic>>
Routes. Each item will contain at least 'dest' and 'prefix'. Some routes may include 'next-hop' and 'metric'.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
searches List<String>
DNS searches.
no setter
winsServerData List<String>
The Windows Internet Name Service servers associated with the connection.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override