@@ -84,7 +84,8 @@ def create(
84
84
85
85
name: The name of the IPsec tunnel. The name cannot share a name with other tunnels.
86
86
87
- customer_endpoint: The IP address assigned to the customer side of the IPsec tunnel.
87
+ customer_endpoint: The IP address assigned to the customer side of the IPsec tunnel. Not required,
88
+ but must be set for proactive traceroutes to work.
88
89
89
90
description: An optional description forthe IPsec tunnel.
90
91
@@ -167,7 +168,8 @@ def update(
167
168
168
169
name: The name of the IPsec tunnel. The name cannot share a name with other tunnels.
169
170
170
- customer_endpoint: The IP address assigned to the customer side of the IPsec tunnel.
171
+ customer_endpoint: The IP address assigned to the customer side of the IPsec tunnel. Not required,
172
+ but must be set for proactive traceroutes to work.
171
173
172
174
description: An optional description forthe IPsec tunnel.
173
175
@@ -440,7 +442,8 @@ async def create(
440
442
441
443
name: The name of the IPsec tunnel. The name cannot share a name with other tunnels.
442
444
443
- customer_endpoint: The IP address assigned to the customer side of the IPsec tunnel.
445
+ customer_endpoint: The IP address assigned to the customer side of the IPsec tunnel. Not required,
446
+ but must be set for proactive traceroutes to work.
444
447
445
448
description: An optional description forthe IPsec tunnel.
446
449
@@ -523,7 +526,8 @@ async def update(
523
526
524
527
name: The name of the IPsec tunnel. The name cannot share a name with other tunnels.
525
528
526
- customer_endpoint: The IP address assigned to the customer side of the IPsec tunnel.
529
+ customer_endpoint: The IP address assigned to the customer side of the IPsec tunnel. Not required,
530
+ but must be set for proactive traceroutes to work.
527
531
528
532
description: An optional description forthe IPsec tunnel.
529
533
0 commit comments