NM.DeviceIpvlan¶
- 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.DeviceIpvlan(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
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:
Gets the IPVLAN mode of the device.
New in version 1.52.
- get_private()¶
- Returns:
the private flag of the device.
- Return type:
Gets the private flag of the device.
New in version 1.52.
Property Details¶
- NM.DeviceIpvlan.props.mode¶
-
The IPVLAN mode.
New in version 1.52.
- NM.DeviceIpvlan.props.parent¶
-
The devices’s parent device.
New in version 1.52.
- NM.DeviceIpvlan.props.private¶
-
Whether the device has the private flag.
New in version 1.52.