NM.SettingLoopback

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

Subclasses:

None

Methods

Inherited:

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

Structs:

GObject.ObjectClass (5)

class

new ()

get_mtu ()

Virtual Methods

Inherited:

GObject.Object (7)

Properties

Inherited:

NM.Setting (1)

Name

Type

Flags

Short Description

mtu

int

r/w/en

Signals

Inherited:

GObject.Object (1)

Fields

Inherited:

GObject.Object (1)

Class Details

class NM.SettingLoopback(**kwargs)
Bases:

NM.Setting

Abstract:

No

Structure:

NM.SettingLoopbackClass

Loopback Link Settings

New in version 1.42.

classmethod new()
Returns:

the new empty NM.SettingLoopback object

Return type:

NM.Setting

Creates a new NM.SettingLoopback object with default values.

New in version 1.42.

get_mtu()
Returns:

the NM.SettingLoopback :mtu property of the setting

Return type:

int

New in version 1.42.

Property Details

NM.SettingLoopback.props.mtu
Name:

mtu

Type:

int

Default Value:

0

Flags:

READABLE, WRITABLE, EXPLICIT_NOTIFY

If non-zero, only transmit packets of the specified size or smaller, breaking larger packets up into multiple Ethernet frames.

New in version 1.42.