NM.DeviceOvsPort¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r |
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class NM.DeviceOvsPort(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
New in version 1.10.
- get_slaves()¶
- Returns:
the
GLib.PtrArray
containingNM.Devices
that are slaves of self. This is the internal copy used by the device, and must not be modified.- Return type:
Gets the interfaces currently enslaved to self.
New in version 1.14.
Deprecated since version 1.34: Use
NM.Device.get_ports
() instead.
Property Details¶
- NM.DeviceOvsPort.props.slaves¶
- Name:
slaves
- Type:
- Default Value:
- Flags:
Gets the interfaces currently enslaved to the device.
New in version 1.22.