From 35779c6675728fa6f0fd0a21cefb904408509c23 Mon Sep 17 00:00:00 2001 From: Sebastien Bacher Date: Mon, 5 Jul 2021 20:35:03 +0200 Subject: New upstream version 1.32.2 --- docs/libnm/html/NMSettingTeamPort.html | 164 ++------------------------------- 1 file changed, 7 insertions(+), 157 deletions(-) (limited to 'docs/libnm/html/NMSettingTeamPort.html') diff --git a/docs/libnm/html/NMSettingTeamPort.html b/docs/libnm/html/NMSettingTeamPort.html index 5ec9a746..bd6712a5 100644 --- a/docs/libnm/html/NMSettingTeamPort.html +++ b/docs/libnm/html/NMSettingTeamPort.html @@ -15,9 +15,7 @@ @@ -148,55 +146,6 @@
-

Properties

-
----- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-char *configRead / Write
intlacp-keyRead / Write
intlacp-prioRead / Write
-GPtrArray *link-watchersRead / Write
intprioRead / Write
intqueue-idRead / Write
gbooleanstickyRead / Write
-
-

Types and Values

@@ -244,21 +193,10 @@ - - - -
#define NM_SETTING_TEAM_PORT_LACP_PRIO_DEFAULT
 NMSettingTeamPort
-

Object Hierarchy

-
    GObject
-    ╰── NMSetting
-        ╰── NMSettingTeamPort
-
-
-

Description

The NMSettingTeamPort object is a NMSetting subclass that describes optional properties that apply to team ports.

@@ -298,7 +236,7 @@ nm_setting_team_port_get_config (

Returns

-

the “config” property of the setting

+

the “config” property of the setting


@@ -323,7 +261,7 @@ nm_setting_team_port_get_queue_id (

Returns

-

the “queue_id” property of the setting

+

the “queue_id” property of the setting

Since: 1.12

@@ -349,7 +287,7 @@ nm_setting_team_port_get_prio (

Returns

-

the “prio” property of the setting

+

the “prio” property of the setting

Since: 1.12

@@ -375,7 +313,7 @@ nm_setting_team_port_get_sticky (

Returns

-

the “sticky” property of the setting

+

the “sticky” property of the setting

Since: 1.12

@@ -401,7 +339,7 @@ nm_setting_team_port_get_lacp_prio (

Returns

-

the “lacp-prio” property of the setting

+

the “lacp-prio” property of the setting

Since: 1.12

@@ -427,7 +365,7 @@ nm_setting_team_port_get_lacp_key (

Returns

-

the “lacp-key” property of the setting

+

the “lacp-key” property of the setting

Since: 1.12

@@ -684,94 +622,6 @@ nm_setting_team_port_clear_link_watchers
#define NM_SETTING_TEAM_PORT_LACP_PRIO_DEFAULT 255
 
-
-
-

NMSettingTeamPort

-
typedef struct _NMSettingTeamPort NMSettingTeamPort;
-

Team Port Settings

-
- -
-

Property Details

-
-

The “config” property

-
  “config”                   char *
-

The JSON configuration for the team port. 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.

-

Owner: NMSettingTeamPort

-

Flags: Read / Write

-

Default value: NULL

-
-
-
-

The “lacp-key” property

-
  “lacp-key”                 int
-

Corresponds to the teamd ports.PORTIFNAME.lacp_key.

-

Owner: NMSettingTeamPort

-

Flags: Read / Write

-

Default value: -1

-

Since: 1.12

-
-
-
-

The “lacp-prio” property

-
  “lacp-prio”                int
-

Corresponds to the teamd ports.PORTIFNAME.lacp_prio.

-

Owner: NMSettingTeamPort

-

Flags: Read / Write

-

Default value: -1

-

Since: 1.12

-
-
-
-

The “link-watchers” property

-
  “link-watchers”            GPtrArray *
-

Link watchers configuration for the connection: each link watcher is -defined by a dictionary, whose keys depend upon the selected link -watcher. Available link watchers are 'ethtool', 'nsna_ping' and -'arp_ping' and it is specified in the dictionary with the key 'name'. -Available keys are: ethtool: 'delay-up', 'delay-down', 'init-wait'; -nsna_ping: 'init-wait', 'interval', 'missed-max', 'target-host'; -arp_ping: all the ones in nsna_ping and 'source-host', 'validate-active', -'validate-inactive', 'send-always'. See teamd.conf man for more details.

-

[type GPtrArray(NMTeamLinkWatcher)]

-

Owner: NMSettingTeamPort

-

Flags: Read / Write

-

Since: 1.12

-
-
-
-

The “prio” property

-
  “prio”                     int
-

Corresponds to the teamd ports.PORTIFNAME.prio.

-

Owner: NMSettingTeamPort

-

Flags: Read / Write

-

Default value: 0

-

Since: 1.12

-
-
-
-

The “queue-id” property

-
  “queue-id”                 int
-

Corresponds to the teamd ports.PORTIFNAME.queue_id. -When set to -1 means the parameter is skipped from the json config.

-

Owner: NMSettingTeamPort

-

Flags: Read / Write

-

Default value: -1

-

Since: 1.12

-
-
-
-

The “sticky” property

-
  “sticky”                   gboolean
-

Corresponds to the teamd ports.PORTIFNAME.sticky.

-

Owner: NMSettingTeamPort

-

Flags: Read / Write

-

Default value: FALSE

-

Since: 1.12

-