NM.DeviceIpvlan

g GObject.Object GObject.Object NM.Object NM.Object GObject.Object->NM.Object NM.Device NM.Device NM.DeviceIpvlan NM.DeviceIpvlan NM.Device->NM.DeviceIpvlan NM.Object->NM.Device

Subclasses:

None

Methods

Inherited:

NM.Device (54), NM.Object (2), GObject.Object (37)

Structs:

GObject.ObjectClass (5)

get_mode ()

get_parent ()

get_private ()

get_vepa ()

Virtual Methods

Inherited:

GObject.Object (7)

Properties

Inherited:

NM.Device (32), NM.Object (2)

Name

Type

Flags

Short Description

mode

str

r

parent

NM.Device

r

private

bool

r

vepa

bool

r

Signals

Inherited:

NM.Device (1), GObject.Object (1)

Fields

Inherited:

NM.Device (1), GObject.Object (1)

Class Details

class NM.DeviceIpvlan(**kwargs)
Bases:

NM.Device

Abstract:

No

Structure:

NM.DeviceIpvlanClass

New in version 1.52.

get_mode()
Returns:

the IPVLAN mode. This is the internal string used by the device, and must not be modified.

Return type:

str

Gets the IPVLAN mode of the device.

New in version 1.52.

get_parent()
Returns:

the device’s parent device

Return type:

NM.Device

New in version 1.52.

get_private()
Returns:

the private flag of the device.

Return type:

bool

Gets the private flag of the device.

New in version 1.52.

get_vepa()
Returns:

the VEPA flag of the device.

Return type:

bool

Gets the VEPA flag of the device.

New in version 1.52.

Property Details

NM.DeviceIpvlan.props.mode
Name:

mode

Type:

str

Default Value:

None

Flags:

READABLE

The IPVLAN mode.

New in version 1.52.

NM.DeviceIpvlan.props.parent
Name:

parent

Type:

NM.Device

Default Value:

None

Flags:

READABLE

The devices’s parent device.

New in version 1.52.

NM.DeviceIpvlan.props.private
Name:

private

Type:

bool

Default Value:

False

Flags:

READABLE

Whether the device has the private flag.

New in version 1.52.

NM.DeviceIpvlan.props.vepa
Name:

vepa

Type:

bool

Default Value:

False

Flags:

READABLE

Whether the device has the VEPA flag.

New in version 1.52.