Top | ![]() |
![]() |
![]() |
![]() |
GQuark | nm_setting_team_error_quark () |
NMSetting * | nm_setting_team_new () |
const char * | nm_setting_team_get_interface_name () |
const char * | nm_setting_team_get_config () |
#define | NM_SETTING_TEAM_SETTING_NAME |
enum | NMSettingTeamError |
#define | NM_SETTING_TEAM_ERROR |
#define | NM_SETTING_TEAM_INTERFACE_NAME |
#define | NM_SETTING_TEAM_CONFIG |
The NMSettingTeam object is a NMSetting subclass that describes properties necessary for team connections.
GQuark
nm_setting_team_error_quark (void
);
Registers an error quark for NMSettingTeam if necessary.
Since: 0.9.10
NMSetting *
nm_setting_team_new (void
);
Creates a new NMSettingTeam object with default values.
Since: 0.9.10
const char *
nm_setting_team_get_interface_name (NMSettingTeam *setting
);
Since: 0.9.10
const char *
nm_setting_team_get_config (NMSettingTeam *setting
);
Since: 0.9.10
“config”
property“config” gchar *
The JSON configuration for the team network interface. The property should contain raw JSON configuration data suitable for teamd, because the value is passed directly to teamd. If not specified, the default configuration is used. See man teamd.conf for the format details.
Flags: Read / Write
Default value: NULL
“interface-name”
property“interface-name” gchar *
The name of the virtual in-kernel team network interface
Flags: Read / Write
Default value: NULL