SettingBridge
Object Hierarchy:
Description:
Namespace: NM
Package: libnm-util
Content:
Constants:
- public const string AGEING_TIME
- public const string FORWARD_DELAY
- public const string HELLO_TIME
- public const string INTERFACE_NAME
- public const string MAC_ADDRESS
- public const string MAX_AGE
- public const string PORT_HAIRPIN_MODE
- public const string PORT_PATH_COST
- public const string PORT_PRIORITY
- public const string PORT_SETTING_NAME
- public const string PRIORITY
- public const string SETTING_NAME
- public const string STP
Properties:
- public uint ageing_time { get; set construct; }
The Ethernet MAC address aging time, in seconds.
- public uint forward_delay { get; set construct; }
The Spanning Tree Protocol (STP) forwarding delay, in seconds.
- public uint hello_time { get; set construct; }
The Spanning Tree Protocol (STP) hello time, in seconds.
- public string interface_name { owned get; set; }
The name of the virtual in-kernel bridging network interface
- public uint max_age { get; set construct; }
The Spanning Tree Protocol (STP) maximum message age, in seconds.
- public uint priority { get; set construct; }
Sets the Spanning Tree Protocol (STP) priority for this bridge.
- public bool stp { get; set construct; }
Controls whether Spanning Tree Protocol (STP) is enabled for this bridge.
Creation methods:
- public SettingBridge ()
Creates a new SettingBridge object with default values.
Methods:
- public uint32 get_ageing_time ()
- public uint16 get_forward_delay ()
- public uint16 get_hello_time ()
- public unowned string get_interface_name ()
- public unowned ByteArray get_mac_address ()
- public uint16 get_max_age ()
- public uint16 get_priority ()
- public bool get_stp ()
Inherited Members:
All known members inherited from class NM.Setting
All known members inherited from class GLib.Object