NetworkManager::VxlanSetting
#include <vxlansetting.h>
Public Types | |
typedef QList< Ptr > | List |
typedef QSharedPointer< VxlanSetting > | Ptr |
Public Types inherited from NetworkManager::Setting | |
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 |
Public Member Functions inherited from NetworkManager::Setting | |
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 |
Protected Attributes inherited from NetworkManager::Setting | |
SettingPrivate * | d_ptr |
Additional Inherited Members | |
Static Public Member Functions inherited from NetworkManager::Setting | |
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 Typedef Documentation
◆ List
Definition at line 26 of file vxlansetting.h.
◆ Ptr
Definition at line 25 of file vxlansetting.h.
Constructor & Destructor Documentation
◆ VxlanSetting() [1/2]
NetworkManager::VxlanSetting::VxlanSetting | ( | ) |
Definition at line 30 of file vxlansetting.cpp.
◆ VxlanSetting() [2/2]
|
explicit |
Definition at line 36 of file vxlansetting.cpp.
◆ ~VxlanSetting()
|
override |
Definition at line 58 of file vxlansetting.cpp.
Member Function Documentation
◆ ageing()
quint32 NetworkManager::VxlanSetting::ageing | ( | ) | const |
Definition at line 77 of file vxlansetting.cpp.
◆ destinationPort()
quint32 NetworkManager::VxlanSetting::destinationPort | ( | ) | const |
Definition at line 91 of file vxlansetting.cpp.
◆ fromMap()
|
overridevirtual |
Must be reimplemented, default implementation does nothing.
Reimplemented from NetworkManager::Setting.
Definition at line 293 of file vxlansetting.cpp.
◆ id()
quint32 NetworkManager::VxlanSetting::id | ( | ) | const |
Definition at line 105 of file vxlansetting.cpp.
◆ l2Miss()
bool NetworkManager::VxlanSetting::l2Miss | ( | ) | const |
Definition at line 119 of file vxlansetting.cpp.
◆ l3Miss()
bool NetworkManager::VxlanSetting::l3Miss | ( | ) | const |
Definition at line 133 of file vxlansetting.cpp.
◆ learning()
bool NetworkManager::VxlanSetting::learning | ( | ) | const |
Definition at line 147 of file vxlansetting.cpp.
◆ limit()
quint32 NetworkManager::VxlanSetting::limit | ( | ) | const |
Definition at line 161 of file vxlansetting.cpp.
◆ local()
QString NetworkManager::VxlanSetting::local | ( | ) | const |
Definition at line 175 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.
◆ parent()
QString NetworkManager::VxlanSetting::parent | ( | ) | const |
Definition at line 189 of file vxlansetting.cpp.
◆ proxy()
bool NetworkManager::VxlanSetting::proxy | ( | ) | const |
Definition at line 203 of file vxlansetting.cpp.
◆ remote()
QString NetworkManager::VxlanSetting::remote | ( | ) | const |
Definition at line 217 of file vxlansetting.cpp.
◆ rsc()
bool NetworkManager::VxlanSetting::rsc | ( | ) | const |
Definition at line 231 of file vxlansetting.cpp.
◆ setAgeing()
void NetworkManager::VxlanSetting::setAgeing | ( | quint32 | ageing | ) |
Definition at line 70 of file vxlansetting.cpp.
◆ setDestinationPort()
void NetworkManager::VxlanSetting::setDestinationPort | ( | quint32 | port | ) |
Definition at line 84 of file vxlansetting.cpp.
◆ setId()
void NetworkManager::VxlanSetting::setId | ( | quint32 | id | ) |
Definition at line 98 of file vxlansetting.cpp.
◆ setL2Miss()
void NetworkManager::VxlanSetting::setL2Miss | ( | bool | enable | ) |
Definition at line 112 of file vxlansetting.cpp.
◆ setL3Miss()
void NetworkManager::VxlanSetting::setL3Miss | ( | bool | enable | ) |
Definition at line 126 of file vxlansetting.cpp.
◆ setLearning()
void NetworkManager::VxlanSetting::setLearning | ( | bool | enable | ) |
Definition at line 140 of file vxlansetting.cpp.
◆ setLimit()
void NetworkManager::VxlanSetting::setLimit | ( | quint32 | limit | ) |
Definition at line 154 of file vxlansetting.cpp.
◆ setLocal()
void NetworkManager::VxlanSetting::setLocal | ( | QString | local | ) |
Definition at line 168 of file vxlansetting.cpp.
◆ setParent()
void NetworkManager::VxlanSetting::setParent | ( | QString | parent | ) |
Definition at line 182 of file vxlansetting.cpp.
◆ setProxy()
void NetworkManager::VxlanSetting::setProxy | ( | bool | enable | ) |
Definition at line 196 of file vxlansetting.cpp.
◆ setRemote()
void NetworkManager::VxlanSetting::setRemote | ( | QString | remote | ) |
Definition at line 210 of file vxlansetting.cpp.
◆ setRsc()
void NetworkManager::VxlanSetting::setRsc | ( | bool | enable | ) |
Definition at line 224 of file vxlansetting.cpp.
◆ setSourcePortMax()
void NetworkManager::VxlanSetting::setSourcePortMax | ( | quint32 | maxPort | ) |
Definition at line 238 of file vxlansetting.cpp.
◆ setSourcePortMin()
void NetworkManager::VxlanSetting::setSourcePortMin | ( | quint32 | minPort | ) |
Definition at line 252 of file vxlansetting.cpp.
◆ setTos()
void NetworkManager::VxlanSetting::setTos | ( | quint32 | tos | ) |
Definition at line 266 of file vxlansetting.cpp.
◆ setTtl()
void NetworkManager::VxlanSetting::setTtl | ( | quint32 | ttl | ) |
Definition at line 280 of file vxlansetting.cpp.
◆ sourcePortMax()
quint32 NetworkManager::VxlanSetting::sourcePortMax | ( | ) | const |
Definition at line 245 of file vxlansetting.cpp.
◆ sourcePortMin()
quint32 NetworkManager::VxlanSetting::sourcePortMin | ( | ) | const |
Definition at line 259 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.
◆ tos()
quint32 NetworkManager::VxlanSetting::tos | ( | ) | const |
Definition at line 273 of file vxlansetting.cpp.
◆ ttl()
quint32 NetworkManager::VxlanSetting::ttl | ( | ) | const |
Definition at line 287 of file vxlansetting.cpp.
Member Data Documentation
◆ d_ptr
|
protected |
Definition at line 86 of file vxlansetting.h.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:08:13 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.