NetworkManager::OvsInterfaceSetting

Search for usage in LXR

NetworkManager::OvsInterfaceSetting Class Reference

#include <ovsinterfacesetting.h>

Inheritance diagram for NetworkManager::OvsInterfaceSetting:

Public Types

typedef QList< PtrList
 
typedef QSharedPointer< OvsInterfaceSettingPtr
 
- Public Types inherited from NetworkManager::Setting
typedef QList< PtrList
 
enum  MacAddressRandomization { MacAddressRandomizationDefault = 0 , MacAddressRandomizationNever , MacAddressRandomizationAlways }
 
typedef QSharedPointer< SettingPtr
 
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

 OvsInterfaceSetting (const Ptr &other)
 
void fromMap (const QVariantMap &setting) override
 
QString interfaceType () const
 
QString name () const override
 
void setInterfaceType (const QString &type)
 
QVariantMap toMap () const override
 
- 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

OvsInterfaceSettingPrivate * 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 ovs-interface setting.

Definition at line 22 of file ovsinterfacesetting.h.

Member Typedef Documentation

◆ List

◆ Ptr

Constructor & Destructor Documentation

◆ OvsInterfaceSetting() [1/2]

NetworkManager::OvsInterfaceSetting::OvsInterfaceSetting ( )

Definition at line 22 of file ovsinterfacesetting.cpp.

◆ OvsInterfaceSetting() [2/2]

NetworkManager::OvsInterfaceSetting::OvsInterfaceSetting ( const Ptr & other)
explicit

Definition at line 28 of file ovsinterfacesetting.cpp.

◆ ~OvsInterfaceSetting()

NetworkManager::OvsInterfaceSetting::~OvsInterfaceSetting ( )
override

Definition at line 35 of file ovsinterfacesetting.cpp.

Member Function Documentation

◆ fromMap()

void NetworkManager::OvsInterfaceSetting::fromMap ( const QVariantMap & map)
overridevirtual

Must be reimplemented, default implementation does nothing.

Reimplemented from NetworkManager::Setting.

Definition at line 61 of file ovsinterfacesetting.cpp.

◆ interfaceType()

QString NetworkManager::OvsInterfaceSetting::interfaceType ( ) const

Definition at line 54 of file ovsinterfacesetting.cpp.

◆ name()

QString NetworkManager::OvsInterfaceSetting::name ( ) const
overridevirtual

Must be reimplemented, default implementationd does nothing.

Reimplemented from NetworkManager::Setting.

Definition at line 40 of file ovsinterfacesetting.cpp.

◆ setInterfaceType()

void NetworkManager::OvsInterfaceSetting::setInterfaceType ( const QString & type)

Definition at line 47 of file ovsinterfacesetting.cpp.

◆ toMap()

QVariantMap NetworkManager::OvsInterfaceSetting::toMap ( ) const
overridevirtual

Must be reimplemented, default implementationd does nothing.

Reimplemented from NetworkManager::Setting.

Definition at line 68 of file ovsinterfacesetting.cpp.

Member Data Documentation

◆ d_ptr

OvsInterfaceSettingPrivate* NetworkManager::OvsInterfaceSetting::d_ptr
protected

Definition at line 42 of file ovsinterfacesetting.h.


The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:13:24 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.