NM.SettingOvsBridge

g GObject.Object GObject.Object NM.Setting NM.Setting GObject.Object->NM.Setting NM.SettingOvsBridge NM.SettingOvsBridge NM.Setting->NM.SettingOvsBridge

Subclasses:

None

Methods

Inherited:

NM.Setting (21), GObject.Object (37)

Structs:

GObject.ObjectClass (5)

class

new ()

get_datapath_type ()

get_fail_mode ()

get_mcast_snooping_enable ()

get_rstp_enable ()

get_stp_enable ()

Virtual Methods

Inherited:

GObject.Object (7)

Properties

Inherited:

NM.Setting (1)

Name

Type

Flags

Short Description

datapath-type

str

r/w/en

fail-mode

str

r/w/en

mcast-snooping-enable

bool

r/w/en

rstp-enable

bool

r/w/en

stp-enable

bool

r/w/en

Signals

Inherited:

GObject.Object (1)

Fields

Inherited:

GObject.Object (1)

Class Details

class NM.SettingOvsBridge(**kwargs)
Bases:

NM.Setting

Abstract:

No

Structure:

NM.SettingOvsBridgeClass

OvsBridge Link Settings

classmethod new()
Returns:

the new empty NM.SettingOvsBridge object

Return type:

NM.Setting

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:

str

New in version 1.42.

get_fail_mode()
Returns:

the #NMSettingOvsBridge:fail_mode property of the setting

Return type:

str

New in version 1.10.

get_mcast_snooping_enable()
Returns:

the #NMSettingOvsBridge:mcast_snooping_enable property of the setting

Return type:

bool

New in version 1.10.

get_rstp_enable()
Returns:

the #NMSettingOvsBridge:rstp_enable property of the setting

Return type:

bool

New in version 1.10.

get_stp_enable()
Returns:

the #NMSettingOvsBridge:stp_enable property of the setting

Return type:

bool

New in version 1.10.

Property Details

NM.SettingOvsBridge.props.datapath_type
Name:

datapath-type

Type:

str

Default Value:

None

Flags:

READABLE, WRITABLE, EXPLICIT_NOTIFY

The data path type. One of “system”, “netdev” or empty.

New in version 1.20.

NM.SettingOvsBridge.props.fail_mode
Name:

fail-mode

Type:

str

Default Value:

None

Flags:

READABLE, WRITABLE, EXPLICIT_NOTIFY

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:

bool

Default Value:

False

Flags:

READABLE, WRITABLE, EXPLICIT_NOTIFY

Enable or disable multicast snooping.

New in version 1.10.

NM.SettingOvsBridge.props.rstp_enable
Name:

rstp-enable

Type:

bool

Default Value:

False

Flags:

READABLE, WRITABLE, EXPLICIT_NOTIFY

Enable or disable RSTP.

New in version 1.10.

NM.SettingOvsBridge.props.stp_enable
Name:

stp-enable

Type:

bool

Default Value:

False

Flags:

READABLE, WRITABLE, EXPLICIT_NOTIFY

Enable or disable STP.

New in version 1.10.