NM.SettingOvsBridge¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w/en |
|||
r/w/en |
|||
r/w/en |
|||
r/w/en |
|||
r/w/en |
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class NM.SettingOvsBridge(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
OvsBridge Link Settings
- classmethod new()¶
- Returns:
the new empty
NM.SettingOvsBridge
object- Return type:
Creates a new
NM.SettingOvsBridge
object with default values.New in version 1.10.
- get_datapath_type()¶
- Returns:
the #NMSettingOvsBridge:datapath_type property of the setting
- Return type:
New in version 1.42.
- get_fail_mode()¶
- Returns:
the #NMSettingOvsBridge:fail_mode property of the setting
- Return type:
New in version 1.10.
- get_mcast_snooping_enable()¶
- Returns:
the #NMSettingOvsBridge:mcast_snooping_enable property of the setting
- Return type:
New in version 1.10.
- get_rstp_enable()¶
- Returns:
the #NMSettingOvsBridge:rstp_enable property of the setting
- Return type:
New in version 1.10.
Property Details¶
- NM.SettingOvsBridge.props.datapath_type¶
- Name:
datapath-type
- Type:
- Default Value:
- Flags:
The data path type. One of “system”, “netdev” or empty.
New in version 1.20.
- NM.SettingOvsBridge.props.fail_mode¶
- Name:
fail-mode
- Type:
- Default Value:
- Flags:
The bridge failure mode. One of “secure”, “standalone” or empty.
New in version 1.10.
- NM.SettingOvsBridge.props.mcast_snooping_enable¶
- Name:
mcast-snooping-enable
- Type:
- Default Value:
- Flags:
Enable or disable multicast snooping.
New in version 1.10.
- NM.SettingOvsBridge.props.rstp_enable¶
- Name:
rstp-enable
- Type:
- Default Value:
- Flags:
Enable or disable RSTP.
New in version 1.10.