NetworkManager::VxlanSetting
NetworkManager::VxlanSetting Class Reference
#include <vxlansetting.h>
Inheritance diagram for NetworkManager::VxlanSetting:

Public Types | |
typedef QList< Ptr > | List |
typedef QSharedPointer< VxlanSetting > | Ptr |
![]() | |
typedef QList< Ptr > | List |
enum | MacAddressRandomization { MacAddressRandomizationDefault = 0, MacAddressRandomizationNever, MacAddressRandomizationAlways } |
typedef QSharedPointer< Setting > | Ptr |
typedef QFlags< SecretFlagType > | SecretFlags |
enum | SecretFlagType { None = 0, AgentOwned = 0x01, NotSaved = 0x02, NotRequired = 0x04 } |
enum | SettingType { Adsl, Cdma, Gsm, Infiniband, Ipv4, Ipv6, Ppp, Pppoe, Security8021x, Serial, Vpn, Wired, Wireless, WirelessSecurity, Bluetooth, OlpcMesh, Vlan, Wimax, Bond, Bridge, BridgePort, Team, Generic, Tun, Vxlan, IpTunnel, Proxy, User, OvsBridge, OvsInterface, OvsPatch, OvsPort, Match, Tc, TeamPort, Macsec, Dcb, WireGuard } |
Public Member Functions | |
VxlanSetting (const Ptr &other) | |
quint32 | ageing () const |
quint32 | destinationPort () const |
void | fromMap (const QVariantMap &setting) override |
quint32 | id () const |
bool | l2Miss () const |
bool | l3Miss () const |
bool | learning () const |
quint32 | limit () const |
QString | local () const |
QString | name () const override |
QString | parent () const |
bool | proxy () const |
QString | remote () const |
bool | rsc () const |
void | setAgeing (quint32 ageing) |
void | setDestinationPort (quint32 port) |
void | setId (quint32 id) |
void | setL2Miss (bool enable) |
void | setL3Miss (bool enable) |
void | setLearning (bool enable) |
void | setLimit (quint32 limit) |
void | setLocal (QString local) |
void | setParent (QString parent) |
void | setProxy (bool enable) |
void | setRemote (QString remote) |
void | setRsc (bool enable) |
void | setSourcePortMax (quint32 maxPort) |
void | setSourcePortMin (quint32 minPort) |
void | setTos (quint32 tos) |
void | setTtl (quint32 ttl) |
quint32 | sourcePortMax () const |
quint32 | sourcePortMin () const |
QVariantMap | toMap () const override |
quint32 | tos () const |
quint32 | ttl () const |
![]() | |
Setting (const Ptr &setting) | |
Setting (SettingType type) | |
bool | isNull () const |
virtual QStringList | needSecrets (bool requestNew=false) const |
virtual void | secretsFromMap (const QVariantMap &map) |
virtual void | secretsFromStringMap (const NMStringMap &map) |
virtual QVariantMap | secretsToMap () const |
virtual NMStringMap | secretsToStringMap () const |
void | setInitialized (bool initialized) |
void | setType (SettingType type) |
SettingType | type () const |
Protected Attributes | |
VxlanSettingPrivate * | d_ptr |
![]() | |
SettingPrivate * | d_ptr |
Additional Inherited Members | |
![]() | |
static QString | typeAsString (SettingType type) |
static SettingType | typeFromString (const QString &type) |
Detailed Description
Represents vxlan setting.
Definition at line 22 of file vxlansetting.h.
Member Function Documentation
◆ fromMap()
|
overridevirtual |
Must be reimplemented, default implementation does nothing.
Reimplemented from NetworkManager::Setting.
Definition at line 293 of file vxlansetting.cpp.
◆ name()
|
overridevirtual |
Must be reimplemented, default implementationd does nothing.
Reimplemented from NetworkManager::Setting.
Definition at line 63 of file vxlansetting.cpp.
◆ toMap()
|
overridevirtual |
Must be reimplemented, default implementationd does nothing.
Reimplemented from NetworkManager::Setting.
Definition at line 360 of file vxlansetting.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon May 8 2023 04:05:36 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon May 8 2023 04:05:36 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.