NetworkManagerDeviceTun class

Information for userspace tunneling devices.

Constructors

NetworkManagerDeviceTun(_NetworkManagerObject _object)

Properties

group int
GID of tunnel group or -1 if no owner.
no setter
hashCode int
The hash code for this object.
no setteroverride
mode NetworkManagerTunnelMode
Tunnel mode.
no setter
multiQueue bool
True if callers can connect to the tap device multiple times, for multiple send/receive queues.
no setter
noPi bool
True if no protocol info is prepended to the tunnel packets.
no setter
owner int
UID of tunnel owner or -1 if no owner.
no setter
permHwAddress String
Permanent hardware address, e.g. '00:0a:95:9d:68:16'.
no setter
propertiesChanged Stream<List<String>>
Stream of property names as their values change.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
vnetHdr bool
True if the tunnel packets include a virtio network header.
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