From e152ec7bf4ba252ff9d3eb13eabd417b931dac9a Mon Sep 17 00:00:00 2001 From: Iain Lane Date: Mon, 24 Sep 2018 09:29:55 +0100 Subject: Import Upstream version 1.12.2 --- docs/libnm/html/NMSettingTeam.html | 300 ++++++++++++++++++------------------- 1 file changed, 150 insertions(+), 150 deletions(-) (limited to 'docs/libnm/html/NMSettingTeam.html') diff --git a/docs/libnm/html/NMSettingTeam.html b/docs/libnm/html/NMSettingTeam.html index 19f211c7..39946f2d 100644 --- a/docs/libnm/html/NMSettingTeam.html +++ b/docs/libnm/html/NMSettingTeam.html @@ -6,9 +6,9 @@ - - - + + + @@ -21,8 +21,8 @@ Home Up -Prev -Next +Prev +Next
@@ -83,7 +83,7 @@ -gboolean +gboolean nm_team_link_watcher_equal () @@ -183,7 +183,7 @@ -gint +gint nm_setting_team_get_notify_peers_count () @@ -191,7 +191,7 @@ -gint +gint nm_setting_team_get_notify_peers_interval () @@ -199,7 +199,7 @@ -gint +gint nm_setting_team_get_mcast_rejoin_count () @@ -207,7 +207,7 @@ -gint +gint nm_setting_team_get_mcast_rejoin_interval () @@ -236,7 +236,7 @@ -gint +gint nm_setting_team_get_runner_tx_balancer_interval () @@ -244,7 +244,7 @@ -gboolean +gboolean nm_setting_team_get_runner_active () @@ -252,7 +252,7 @@ -gboolean +gboolean nm_setting_team_get_runner_fast_rate () @@ -260,7 +260,7 @@ -gint +gint nm_setting_team_get_runner_sys_prio () @@ -268,7 +268,7 @@ -gint +gint nm_setting_team_get_runner_min_ports () @@ -283,7 +283,7 @@ -gboolean +gboolean nm_setting_team_remove_runner_tx_hash_by_value () @@ -291,7 +291,7 @@ -guint +guint nm_setting_team_get_num_runner_tx_hash () @@ -314,7 +314,7 @@ -gboolean +gboolean nm_setting_team_add_runner_tx_hash () @@ -322,7 +322,7 @@ -guint +guint nm_setting_team_get_num_link_watchers () @@ -338,7 +338,7 @@ -gboolean +gboolean nm_setting_team_add_link_watcher () @@ -354,7 +354,7 @@ -gboolean +gboolean nm_setting_team_remove_link_watcher_by_value () @@ -382,87 +382,87 @@ -gchar * +gchar * config Read / Write -GPtrArray * +GPtrArray * link-watchers Read / Write -gint +gint mcast-rejoin-count Read / Write -gint +gint mcast-rejoin-interval Read / Write -gint +gint notify-peers-count Read / Write -gint +gint notify-peers-interval Read / Write -gchar * +gchar * runner Read / Write -gboolean +gboolean runner-active Read / Write -gchar * +gchar * runner-agg-select-policy Read / Write -gboolean +gboolean runner-fast-rate Read / Write -gchar * +gchar * runner-hwaddr-policy Read / Write -gint +gint runner-min-ports Read / Write -gint +gint runner-sys-prio Read / Write -gchar * +gchar * runner-tx-balancer Read / Write -gint +gint runner-tx-balancer-interval Read / Write -GStrv +GStrv runner-tx-hash Read / Write @@ -658,7 +658,7 @@ ╰── NMTeamLinkWatcher GFlags ╰── NMTeamLinkWatcherArpPingFlags - GObject + GObject ╰── NMSetting ╰── NMSettingTeam @@ -673,9 +673,9 @@ necessary for team connections.

nm_team_link_watcher_new_ethtool ()

NMTeamLinkWatcher *
-nm_team_link_watcher_new_ethtool (gint delay_up,
-                                  gint delay_down,
-                                  GError **error);
+nm_team_link_watcher_new_ethtool (gint delay_up, + gint delay_down, + GError **error);

Creates a new ethtool NMTeamLinkWatcher object

Parameters

@@ -710,17 +710,17 @@ consistency with the link_watcher constructors of other type

the new NMTeamLinkWatcher object.

[transfer full]

-

Since: 1.10.2

+

Since: 1.12


nm_team_link_watcher_new_nsna_ping ()

NMTeamLinkWatcher *
-nm_team_link_watcher_new_nsna_ping (gint init_wait,
-                                    gint interval,
-                                    gint missed_max,
+nm_team_link_watcher_new_nsna_ping (gint init_wait,
+                                    gint interval,
+                                    gint missed_max,
                                     const char *target_host,
-                                    GError **error);
+ GError **error);

Creates a new nsna_ping NMTeamLinkWatcher object

Parameters

@@ -762,22 +762,22 @@ target address in the NS packet

Returns

-

the new NMTeamLinkWatcher object, or NULL on error.

+

the new NMTeamLinkWatcher object, or NULL on error.

[transfer full]

-

Since: 1.10.2

+

Since: 1.12


nm_team_link_watcher_new_arp_ping ()

NMTeamLinkWatcher *
-nm_team_link_watcher_new_arp_ping (gint init_wait,
-                                   gint interval,
-                                   gint missed_max,
+nm_team_link_watcher_new_arp_ping (gint init_wait,
+                                   gint interval,
+                                   gint missed_max,
                                    const char *target_host,
                                    const char *source_host,
                                    NMTeamLinkWatcherArpPingFlags flags,
-                                   GError **error);
+ GError **error);

Creates a new arp_ping NMTeamLinkWatcher object

Parameters

@@ -830,10 +830,10 @@ address in the arp request

Returns

-

the new NMTeamLinkWatcher object, or NULL on error.

+

the new NMTeamLinkWatcher object, or NULL on error.

[transfer full]

-

Since: 1.10.2

+

Since: 1.12


@@ -856,7 +856,7 @@ nm_team_link_watcher_ref (Since: 1.10.2

+

Since: 1.12


@@ -880,12 +880,12 @@ reaches zero, the object will be destroyed.

-

Since: 1.10.2

+

Since: 1.12


nm_team_link_watcher_equal ()

-
gboolean
+
gboolean
 nm_team_link_watcher_equal (NMTeamLinkWatcher *watcher,
                             NMTeamLinkWatcher *other);

Determines if two NMTeamLinkWatcher objects contain the same values @@ -915,9 +915,9 @@ to.

Returns

-

TRUE if the objects contain the same values, FALSE if they do not.

+

TRUE if the objects contain the same values, FALSE if they do not.

-

Since: 1.10.2

+

Since: 1.12


@@ -947,7 +947,7 @@ nm_team_link_watcher_dup ([transfer full]

-

Since: 1.10.2

+

Since: 1.12


-

Since: 1.10.2

+

Since: 1.12


@@ -994,7 +994,7 @@ coming up and the runner beeing notified about it.

-

Since: 1.10.2

+

Since: 1.12


@@ -1018,7 +1018,7 @@ going down and the runner beeing notified about it.

-

Since: 1.10.2

+

Since: 1.12


@@ -1042,7 +1042,7 @@ wait before sending the first packet to the target host.

-

Since: 1.10.2

+

Since: 1.12


@@ -1066,7 +1066,7 @@ sending two check packets to the target host.

-

Since: 1.10.2

+

Since: 1.12


-

Since: 1.10.2

+

Since: 1.12


@@ -1113,7 +1113,7 @@ packets.

-

Since: 1.10.2

+

Since: 1.12



-

Since: 1.10.2

+

Since: 1.12


@@ -1201,7 +1201,7 @@ nm_setting_team_get_config (

nm_setting_team_get_notify_peers_count ()

-
gint
+
gint
 nm_setting_team_get_notify_peers_count
                                (NMSettingTeam *setting);
@@ -1223,12 +1223,12 @@ nm_setting_team_get_notify_peers_count

Returns

the #“notify-peers-count” property of the setting

-

Since: 1.10.2

+

Since: 1.12


nm_setting_team_get_notify_peers_interval ()

-
gint
+
gint
 nm_setting_team_get_notify_peers_interval
                                (NMSettingTeam *setting);
@@ -1250,12 +1250,12 @@ nm_setting_team_get_notify_peers_interval

Returns

the #“notify-peers-interval” property of the setting

-

Since: 1.10.2

+

Since: 1.12


nm_setting_team_get_mcast_rejoin_count ()

-
gint
+
gint
 nm_setting_team_get_mcast_rejoin_count
                                (NMSettingTeam *setting);
@@ -1277,12 +1277,12 @@ nm_setting_team_get_mcast_rejoin_count

Returns

the #“mcast-rejoin-count” property of the setting

-

Since: 1.10.2

+

Since: 1.12


nm_setting_team_get_mcast_rejoin_interval ()

-
gint
+
gint
 nm_setting_team_get_mcast_rejoin_interval
                                (NMSettingTeam *setting);
@@ -1304,7 +1304,7 @@ nm_setting_team_get_mcast_rejoin_interval

Returns

the #“mcast-rejoin-interval” property of the setting

-

Since: 1.10.2

+

Since: 1.12


@@ -1330,7 +1330,7 @@ nm_setting_team_get_runner (

Returns

the #“runner” property of the setting

-

Since: 1.10.2

+

Since: 1.12


@@ -1357,7 +1357,7 @@ nm_setting_team_get_runner_hwaddr_policy

Returns

the #“runner-hwaddr-policy” property of the setting

-

Since: 1.10.2

+

Since: 1.12


@@ -1384,12 +1384,12 @@ nm_setting_team_get_runner_tx_balancer

Returns

the #“runner-tx-balancer” property of the setting

-

Since: 1.10.2

+

Since: 1.12


nm_setting_team_get_runner_tx_balancer_interval ()

-
gint
+
gint
 nm_setting_team_get_runner_tx_balancer_interval
                                (NMSettingTeam *setting);
@@ -1411,12 +1411,12 @@ nm_setting_team_get_runner_tx_balancer_interval

Returns

the #“runner-tx-balancer_interval” property of the setting

-

Since: 1.10.2

+

Since: 1.12


nm_setting_team_get_runner_active ()

-
gboolean
+
gboolean
 nm_setting_team_get_runner_active (NMSettingTeam *setting);

Parameters

@@ -1437,12 +1437,12 @@ nm_setting_team_get_runner_active (

Returns

the #“runner_active” property of the setting

-

Since: 1.10.2

+

Since: 1.12


nm_setting_team_get_runner_fast_rate ()

-
gboolean
+
gboolean
 nm_setting_team_get_runner_fast_rate (NMSettingTeam *setting);

Parameters

@@ -1463,12 +1463,12 @@ nm_setting_team_get_runner_fast_rate (

Returns

the #“runner-fast-rate” property of the setting

-

Since: 1.10.2

+

Since: 1.12


nm_setting_team_get_runner_sys_prio ()

-
gint
+
gint
 nm_setting_team_get_runner_sys_prio (NMSettingTeam *setting);

Parameters

@@ -1489,12 +1489,12 @@ nm_setting_team_get_runner_sys_prio (

Returns

the #“runner-sys-prio” property of the setting

-

Since: 1.10.2

+

Since: 1.12


nm_setting_team_get_runner_min_ports ()

-
gint
+
gint
 nm_setting_team_get_runner_min_ports (NMSettingTeam *setting);

Parameters

@@ -1515,7 +1515,7 @@ nm_setting_team_get_runner_min_ports (

Returns

the #“runner-min-ports” property of the setting

-

Since: 1.10.2

+

Since: 1.12


@@ -1542,12 +1542,12 @@ nm_setting_team_get_runner_agg_select_policy

Returns

the #“runner-agg-select-policy” property of the setting

-

Since: 1.10.2

+

Since: 1.12


nm_setting_team_remove_runner_tx_hash_by_value ()

-
gboolean
+
gboolean
 nm_setting_team_remove_runner_tx_hash_by_value
                                (NMSettingTeam *setting,
                                 const char *txhash);
@@ -1576,14 +1576,14 @@ nm_setting_team_remove_runner_tx_hash_by_value

Returns

-

TRUE if the txhash element was found and removed; FALSE if it was not.

+

TRUE if the txhash element was found and removed; FALSE if it was not.

-

Since: 1.10.2

+

Since: 1.12


nm_setting_team_get_num_runner_tx_hash ()

-
guint
+
guint
 nm_setting_team_get_num_runner_tx_hash
                                (NMSettingTeam *setting);
@@ -1605,14 +1605,14 @@ nm_setting_team_get_num_runner_tx_hash

Returns

the number of elements in txhash

-

Since: 1.10.2

+

Since: 1.12


nm_setting_team_get_runner_tx_hash ()

const char *
 nm_setting_team_get_runner_tx_hash (NMSettingTeam *setting,
-                                    guint idx);
+ guint idx);

Parameters

@@ -1640,14 +1640,14 @@ nm_setting_team_get_runner_tx_hash ( the txhash element at index idx

-

Since: 1.10.2

+

Since: 1.12


nm_setting_team_remove_runner_tx_hash ()

void
 nm_setting_team_remove_runner_tx_hash (NMSettingTeam *setting,
-                                       guint idx);
+ guint idx);

Removes the txhash element at index idx .

@@ -1672,12 +1672,12 @@ nm_setting_team_remove_runner_tx_hash (Since: 1.10.2

+

Since: 1.12


nm_setting_team_add_runner_tx_hash ()

-
gboolean
+
gboolean
 nm_setting_team_add_runner_tx_hash (NMSettingTeam *setting,
                                     const char *txhash);

Adds a new txhash element to the setting.

@@ -1705,15 +1705,15 @@ nm_setting_team_add_runner_tx_hash (

Returns

-

TRUE if the txhash element was added; FALSE if the element +

TRUE if the txhash element was added; FALSE if the element was already knnown.

-

Since: 1.10.2

+

Since: 1.12


nm_setting_team_get_num_link_watchers ()

-
guint
+
guint
 nm_setting_team_get_num_link_watchers (NMSettingTeam *setting);

Parameters

@@ -1734,14 +1734,14 @@ nm_setting_team_get_num_link_watchers (

Returns

the number of configured link watchers

-

Since: 1.10.2

+

Since: 1.12


nm_setting_team_get_link_watcher ()

NMTeamLinkWatcher *
 nm_setting_team_get_link_watcher (NMSettingTeam *setting,
-                                  guint idx);
+ guint idx);

Parameters

@@ -1770,12 +1770,12 @@ nm_setting_team_get_link_watcher (

[transfer none]

-

Since: 1.10.2

+

Since: 1.12


nm_setting_team_add_link_watcher ()

-
gboolean
+
gboolean
 nm_setting_team_add_link_watcher (NMSettingTeam *setting,
                                   NMTeamLinkWatcher *link_watcher);

Appends a new link watcher to the setting.

@@ -1803,17 +1803,17 @@ nm_setting_team_add_link_watcher (

Returns

-

TRUE if the link watcher is added; FALSE if an identical link +

TRUE if the link watcher is added; FALSE if an identical link watcher was already there.

-

Since: 1.10.2

+

Since: 1.12


nm_setting_team_remove_link_watcher ()

void
 nm_setting_team_remove_link_watcher (NMSettingTeam *setting,
-                                     guint idx);
+ guint idx);

Removes the link watcher at index idx.

Parameters

@@ -1837,12 +1837,12 @@ nm_setting_team_remove_link_watcher (
-

Since: 1.10.2

+

Since: 1.12


nm_setting_team_remove_link_watcher_by_value ()

-
gboolean
+
gboolean
 nm_setting_team_remove_link_watcher_by_value
                                (NMSettingTeam *setting,
                                 NMTeamLinkWatcher *link_watcher);
@@ -1871,9 +1871,9 @@ nm_setting_team_remove_link_watcher_by_value

Returns

-

TRUE if the link watcher was found and removed, FALSE otherwise.

+

TRUE if the link watcher was found and removed, FALSE otherwise.

-

Since: 1.10.2

+

Since: 1.12


@@ -1896,7 +1896,7 @@ nm_setting_team_clear_link_watchers (
-

Since: 1.10.2

+

Since: 1.12

@@ -2206,7 +2206,7 @@ nm_setting_team_clear_link_watchers (

Property Details

The “config” property

-
  “config”                   gchar *
+
  “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 @@ -2217,7 +2217,7 @@ configuration is used. See man teamd.conf for the format details.


The “link-watchers” property

-
  “link-watchers”            GPtrArray *
+
  “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 @@ -2226,144 +2226,144 @@ 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-incative', 'send-always'. See teamd.conf man for more details.

-

Element-Type: NMTeamLinkWatcher

+

[type GPtrArray(NMTeamLinkWatcher)]

Flags: Read / Write

-

Since: 1.10.2

+

Since: 1.12


The “mcast-rejoin-count” property

-
  “mcast-rejoin-count”       gint
+
  “mcast-rejoin-count”       gint

Corresponds to the teamd mcast_rejoin.count.

Flags: Read / Write

Default value: 0

-

Since: 1.10.2

+

Since: 1.12


The “mcast-rejoin-interval” property

-
  “mcast-rejoin-interval”    gint
+
  “mcast-rejoin-interval”    gint

Corresponds to the teamd mcast_rejoin.interval.

Flags: Read / Write

Default value: 0

-

Since: 1.10.2

+

Since: 1.12


The “notify-peers-count” property

-
  “notify-peers-count”       gint
+
  “notify-peers-count”       gint

Corresponds to the teamd notify_peers.count.

Flags: Read / Write

Default value: 0

-

Since: 1.10.2

+

Since: 1.12


The “notify-peers-interval” property

-
  “notify-peers-interval”    gint
+
  “notify-peers-interval”    gint

Corresponds to the teamd notify_peers.interval.

Flags: Read / Write

Default value: 0

-

Since: 1.10.2

+

Since: 1.12


The “runner” property

-
  “runner”                   gchar *
+
  “runner”                   gchar *

Corresponds to the teamd runner.name. Permitted values are: "roundrobin", "broadcast", "activebackup", -"loadbalance", "lacp". +"loadbalance", "lacp", "random". When setting the runner, all the properties specific to the runner will be reset to the default value; all the properties specific to other runners will be set to an empty value (or if not possible to a default value).

Flags: Read / Write

Default value: NULL

-

Since: 1.10.2

+

Since: 1.12


The “runner-active” property

-
  “runner-active”            gboolean
+
  “runner-active”            gboolean

Corresponds to the teamd runner.active.

Flags: Read / Write

Default value: FALSE

-

Since: 1.10.2

+

Since: 1.12


The “runner-agg-select-policy” property

-
  “runner-agg-select-policy” gchar *
+
  “runner-agg-select-policy” gchar *

Corresponds to the teamd runner.agg_select_policy.

Flags: Read / Write

Default value: NULL

-

Since: 1.10.2

+

Since: 1.12


The “runner-fast-rate” property

-
  “runner-fast-rate”         gboolean
+
  “runner-fast-rate”         gboolean

Corresponds to the teamd runner.fast_rate.

Flags: Read / Write

Default value: FALSE

-

Since: 1.10.2

+

Since: 1.12


The “runner-hwaddr-policy” property

-
  “runner-hwaddr-policy”     gchar *
+
  “runner-hwaddr-policy”     gchar *

Corresponds to the teamd runner.hwaddr_policy.

Flags: Read / Write

Default value: NULL

-

Since: 1.10.2

+

Since: 1.12


The “runner-min-ports” property

-
  “runner-min-ports”         gint
+
  “runner-min-ports”         gint

Corresponds to the teamd runner.min_ports.

Flags: Read / Write

Default value: 0

-

Since: 1.10.2

+

Since: 1.12


The “runner-sys-prio” property

-
  “runner-sys-prio”          gint
+
  “runner-sys-prio”          gint

Corresponds to the teamd runner.sys_prio.

Flags: Read / Write

Default value: 0

-

Since: 1.10.2

+

Since: 1.12


The “runner-tx-balancer” property

-
  “runner-tx-balancer”       gchar *
+
  “runner-tx-balancer”       gchar *

Corresponds to the teamd runner.tx_balancer.name.

Flags: Read / Write

Default value: NULL

-

Since: 1.10.2

+

Since: 1.12


The “runner-tx-balancer-interval” property

-
  “runner-tx-balancer-interval” gint
+
  “runner-tx-balancer-interval” gint

Corresponds to the teamd runner.tx_balancer.interval.

Flags: Read / Write

Default value: 0

-

Since: 1.10.2

+

Since: 1.12


The “runner-tx-hash” property

-
  “runner-tx-hash”           GStrv
+
  “runner-tx-hash”           GStrv

Corresponds to the teamd runner.tx_hash.

Flags: Read / Write

-

Since: 1.10.2

+

Since: 1.12

+
Generated by GTK-Doc V1.28 \ No newline at end of file -- cgit 1.3.0-6-gf8a5