NetworkManagerDeviceType enum

Device types.

Inheritance

Constructors

NetworkManagerDeviceType()
const

Values

unknown → const NetworkManagerDeviceType
ethernet → const NetworkManagerDeviceType
wifi → const NetworkManagerDeviceType
bluetooth → const NetworkManagerDeviceType
olpc_mesh → const NetworkManagerDeviceType
wimax → const NetworkManagerDeviceType
modem → const NetworkManagerDeviceType
infiniband → const NetworkManagerDeviceType
bond → const NetworkManagerDeviceType
vlan → const NetworkManagerDeviceType
adsl → const NetworkManagerDeviceType
bridge → const NetworkManagerDeviceType
generic → const NetworkManagerDeviceType
team → const NetworkManagerDeviceType
tun → const NetworkManagerDeviceType
ip_tunnel → const NetworkManagerDeviceType
macvlan → const NetworkManagerDeviceType
vxlan → const NetworkManagerDeviceType
veth → const NetworkManagerDeviceType
macsec → const NetworkManagerDeviceType
dummy → const NetworkManagerDeviceType
ppp → const NetworkManagerDeviceType
ovs_interface → const NetworkManagerDeviceType
ovs_port → const NetworkManagerDeviceType
ovs_bridge → const NetworkManagerDeviceType
wpan → const NetworkManagerDeviceType
wireguard → const NetworkManagerDeviceType
wifi_p2p → const NetworkManagerDeviceType
vrf → const NetworkManagerDeviceType

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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

Constants

values → const List<NetworkManagerDeviceType>
A constant List of the values in this enum, in order of their declaration.