SettingTeamPort
Object Hierarchy:
Description:
[
CCode ( type_id =
"nm_setting_team_port_get_type ()" ) ]
public sealed class SettingTeamPort :
Setting
Content:
Properties:
- public string config { owned get; set; }
The JSON configuration for the team port.
- public int lacp_key { get; set; }
Corresponds to the teamd ports.
- public int lacp_prio { get; set; }
Corresponds to the teamd ports.
- public GenericArray<TeamLinkWatcher> link_watchers { owned get; set; }
Link watchers configuration for the connection: each link watcher is defined
by a dictionary, whose keys depend upon the selected link watcher.
- public int prio { get; set; }
Corresponds to the teamd ports.
- public int queue_id { get; set; }
Corresponds to the teamd ports.
- public bool sticky { get; set; }
Corresponds to the teamd ports.
Creation methods:
Methods:
Inherited Members:
All known members inherited from class NM.Setting
All known members inherited from class GLib.Object