NM.SettingVrf

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

Subclasses:

None

Methods

Inherited:

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

Structs:

GObject.ObjectClass (5)

class

new ()

get_table ()

Virtual Methods

Inherited:

GObject.Object (7)

Properties

Inherited:

NM.Setting (1)

Name

Type

Flags

Short Description

table

int

r/w/en

Signals

Inherited:

GObject.Object (1)

Fields

Inherited:

GObject.Object (1)

Class Details

class NM.SettingVrf(**kwargs)
Bases:

NM.Setting

Abstract:

No

Structure:

NM.SettingVrfClass

VRF settings

New in version 1.24.

classmethod new()
Returns:

the new empty NM.SettingVrf object

Return type:

NM.Setting

Creates a new NM.SettingVrf object with default values.

New in version 1.24.

get_table()
Returns:

the routing table for the VRF

Return type:

int

New in version 1.24.

Property Details

NM.SettingVrf.props.table
Name:

table

Type:

int

Default Value:

0

Flags:

READABLE, WRITABLE, EXPLICIT_NOTIFY

The routing table for this VRF.

New in version 1.24.