Skip to content

Commit 34dcf25

Browse files
committed
Added documentation string to ConnectionType
1 parent 905c91f commit 34dcf25

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

sdbus_async/networkmanager/enums.py

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -495,6 +495,38 @@ class DeviceStateReason(IntEnum):
495495

496496
# From NetworkManager-1.35:
497497
class ConnectionType(str, Enum):
498+
"""Connection Types
499+
500+
* ADSL
501+
* BLUETOOTH
502+
* BOND
503+
* BRIDGE
504+
* CDMA
505+
* DUMMY
506+
* GSM
507+
* INFINIBAND
508+
* IP_TUNNEL
509+
* MACSEC
510+
* MACVLAN
511+
* OLPC_MESH
512+
* OVS_BRIDGE
513+
* OVS_INTERFACE
514+
* OVS_INTERFACE
515+
* PPPOE
516+
* SIXLOWPAN
517+
* TEAM
518+
* TUN
519+
* VETH
520+
* VLAN
521+
* VPN
522+
* VRF
523+
* VXLAN
524+
* WIFI_P2P
525+
* WIRED
526+
* WIREGUARD
527+
* WIFI
528+
* WPAN
529+
"""
498530
ADSL = "adsl"
499531
BLUETOOTH = "bluetooth"
500532
BOND = "bond"

0 commit comments

Comments
 (0)