@@ -435,7 +435,7 @@ def initialize_niswitch_multiplexer_session(
435
435
Args:
436
436
topology: Specifies the switch topology. If this argument is not
437
437
specified, the default value is "Configured Topology", which you
438
- may override by setting ``MEASUREMENT_PLUGIN_NISWITCH_TOPOLOGY `` in
438
+ may override by setting ``MEASUREMENT_PLUGIN_NISWITCH_MULTIPLEXER_TOPOLOGY `` in
439
439
the configuration file (``.env``).
440
440
441
441
simulate: Enables or disables simulation of the switch module. If
@@ -498,7 +498,7 @@ def initialize_niswitch_multiplexer_sessions(
498
498
Args:
499
499
topology: Specifies the switch topology. If this argument is not
500
500
specified, the default value is "Configured Topology", which you
501
- may override by setting ``MEASUREMENT_PLUGIN_NISWITCH_TOPOLOGY `` in
501
+ may override by setting ``MEASUREMENT_PLUGIN_NISWITCH_MULTIPLEXER_TOPOLOGY `` in
502
502
the configuration file (``.env``).
503
503
504
504
simulate: Enables or disables simulation of the switch module. If
@@ -2637,13 +2637,13 @@ def initialize_niswitch_multiplexer_session(
2637
2637
Args:
2638
2638
topology: Specifies the switch topology. If this argument is not
2639
2639
specified, the default value is "Configured Topology", which you
2640
- may override by setting ``MEASUREMENT_PLUGIN_NISWITCH_TOPOLOGY `` in
2640
+ may override by setting ``MEASUREMENT_PLUGIN_NISWITCH_MULTIPLEXER_TOPOLOGY `` in
2641
2641
the configuration file (``.env``).
2642
2642
2643
2643
simulate: Enables or disables simulation of the switch module. If
2644
2644
this argument is not specified, the default value is ``False``,
2645
2645
which you may override by setting
2646
- ``MEASUREMENT_PLUGIN_NISWITCH_SIMULATE `` in the configuration file
2646
+ ``MEASUREMENT_PLUGIN_NISWITCH_MULTIPLEXER_SIMULATE `` in the configuration file
2647
2647
(``.env``).
2648
2648
2649
2649
reset_device: Specifies whether to reset the switch module during
@@ -2686,13 +2686,13 @@ def initialize_niswitch_multiplexer_sessions(
2686
2686
Args:
2687
2687
topology: Specifies the switch topology. If this argument is not
2688
2688
specified, the default value is "Configured Topology", which you
2689
- may override by setting ``MEASUREMENT_PLUGIN_NISWITCH_TOPOLOGY `` in
2689
+ may override by setting ``MEASUREMENT_PLUGIN_NISWITCH_MULTIPLEXER_TOPOLOGY `` in
2690
2690
the configuration file (``.env``).
2691
2691
2692
2692
simulate: Enables or disables simulation of the switch module. If
2693
2693
this argument is not specified, the default value is ``False``,
2694
2694
which you may override by setting
2695
- ``MEASUREMENT_PLUGIN_NISWITCH_SIMULATE `` in the configuration file
2695
+ ``MEASUREMENT_PLUGIN_NISWITCH_MULTIPLEXER_SIMULATE `` in the configuration file
2696
2696
(``.env``).
2697
2697
2698
2698
reset_device: Specifies whether to reset the switch module during
0 commit comments