NM.DeviceMacvlan¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r |
|||
r |
|||
r |
|||
r |
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class NM.DeviceMacvlan(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
New in version 1.2.
- get_mode()¶
- Returns:
the MACVLAN mode. This is the internal string used by the device, and must not be modified.
- Return type:
Gets the MACVLAN mode of the device.
New in version 1.2.
- get_no_promisc()¶
- Returns:
the no-promiscuous flag of the device.
- Return type:
Gets the no-promiscuous flag of the device.
New in version 1.2.
Property Details¶
- NM.DeviceMacvlan.props.mode¶
-
The MACVLAN mode.
New in version 1.2.
- NM.DeviceMacvlan.props.no_promisc¶
-
Whether the device has the no-promiscuos flag.
New in version 1.2.
- NM.DeviceMacvlan.props.parent¶
-
The devices’s parent device.
New in version 1.2.