| Top |  |  |  |  | 
| const char * | nm_device_team_get_hw_address () | 
| gboolean | nm_device_team_get_carrier () | 
| const GPtrArray * | nm_device_team_get_slaves () | 
| const char * | nm_device_team_get_config () | 
| #define | NM_DEVICE_TEAM_HW_ADDRESS | 
| #define | NM_DEVICE_TEAM_CARRIER | 
| #define | NM_DEVICE_TEAM_SLAVES | 
| #define | NM_DEVICE_TEAM_CONFIG | 
const char *
nm_device_team_get_hw_address (NMDeviceTeam *device);
nm_device_team_get_hw_address has been deprecated since version 1.24 and should not be used in newly-written code.
Use nm_device_get_hw_address() instead.
Gets the hardware (MAC) address of the NMDeviceTeam
[skip]
gboolean
nm_device_team_get_carrier (NMDeviceTeam *device);
Whether the device has carrier.
const GPtrArray *
nm_device_team_get_slaves (NMDeviceTeam *device);
Gets the devices currently enslaved to device
.
const char *
nm_device_team_get_config (NMDeviceTeam *device);
Gets the current JSON configuration of the NMDeviceTeam
the current configuration. This is the internal string used by the device, and must not be modified.
Since: 1.4