NM.SettingBondPort¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w/en |
|||
r/w/en |
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class NM.SettingBondPort(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
Bond Port Settings
- classmethod new()¶
- Returns:
the new empty
NM.SettingBondPort
object- Return type:
Creates a new
NM.SettingBondPort
object with default values.New in version 1.34.
- get_prio()¶
- Returns:
the
NM.SettingBondPort
:prio
property of the setting- Return type:
New in version 1.44.
Property Details¶
- NM.SettingBondPort.props.prio¶
- Name:
prio
- Type:
- Default Value:
0
- Flags:
The port priority for bond active port re-selection during failover. A higher number means a higher priority in selection. The primary port has the highest priority. This option is only compatible with active-backup, balance-tlb and balance-alb modes.
New in version 1.44.
- NM.SettingBondPort.props.queue_id¶
- Name:
queue-id
- Type:
- Default Value:
0
- Flags:
The queue ID of this bond port. The maximum value of queue ID is the number of TX queues currently active in device.
New in version 1.34.