NM.SettingPrefixDelegation

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

Subclasses:

None

Methods

Inherited:

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

Structs:

GObject.ObjectClass (5)

class

new ()

get_subnet_id ()

Virtual Methods

Inherited:

GObject.Object (7)

Properties

Inherited:

NM.Setting (1)

Name

Type

Flags

Short Description

subnet-id

int

r/w/en

Signals

Inherited:

GObject.Object (1)

Fields

Inherited:

GObject.Object (1)

Class Details

class NM.SettingPrefixDelegation(**kwargs)
Bases:

NM.Setting

Abstract:

No

Structure:

NM.SettingPrefixDelegationClass

IPv6 prefix delegation settings

New in version 1.54.

classmethod new()
Returns:

the new empty NM.SettingPrefixDelegation object

Return type:

NM.Setting

Creates a new NM.SettingPrefixDelegation object with default values.

New in version 1.54.

get_subnet_id()
Returns:

the subnet ID for prefix delegation

Return type:

int

New in version 1.54.

Property Details

NM.SettingPrefixDelegation.props.subnet_id
Name:

subnet-id

Type:

int

Default Value:

-1

Flags:

READABLE, WRITABLE, EXPLICIT_NOTIFY

The subnet ID to use on the interface from the prefix delegation received via an upstream interface. Set to a value between 0 and 0xffffffff (2^32 - 1) to indicate a specific subnet ID; or set to -1 to automatically choose an available subnet ID.

New in version 1.54.