![]() |
![]() |
![]() |
libnm Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Properties |
#define NM_SETTING_TEAM_SETTING_NAME #define NM_SETTING_TEAM_CONFIG NMSettingTeam; NMSettingTeamClass; NMSetting * nm_setting_team_new (void
); const char * nm_setting_team_get_config (NMSettingTeam *setting
);
The NMSettingTeam object is a NMSetting subclass that describes properties necessary for team connections.
NMSetting * nm_setting_team_new (void
);
Creates a new NMSettingTeam object with default values.
Returns : |
the new empty NMSettingTeam object. [transfer full] |
const char * nm_setting_team_get_config (NMSettingTeam *setting
);
|
the NMSettingTeam |
Returns : |
the "config" property of the setting |
"config"
property "config" gchar* : Read / Write
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.
Default value: NULL