You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scaleway-async/scaleway_async/lb/v1/api.py
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1527,7 +1527,7 @@ async def create_frontend(
1527
1527
:param lb_id: Load Balancer ID (ID of the Load Balancer to attach the frontend to).
1528
1528
:param backend_id: Backend ID (ID of the backend the frontend should pass traffic to).
1529
1529
:param enable_http3: Defines whether to enable HTTP/3 protocol on the frontend.
1530
-
:param enable_access_logs: Defines wether to enable access logs on the frontend.
1530
+
:param enable_access_logs: Defines whether to enable access logs on the frontend.
1531
1531
:param zone: Zone to target. If none is passed will use default zone from the config.
1532
1532
:param name: Name for the frontend.
1533
1533
:param timeout_client: Maximum allowed inactivity time on the client side.
@@ -1635,7 +1635,7 @@ async def update_frontend(
1635
1635
:param certificate_id: Certificate ID, deprecated in favor of certificate_ids array.
1636
1636
:param certificate_ids: List of SSL/TLS certificate IDs to bind to the frontend.
1637
1637
:param connection_rate_limit: Rate limit for new connections established on this frontend. Use 0 value to disable, else value is connections per second.
1638
-
:param enable_access_logs: Defines wether to enable access logs on the frontend.
1638
+
:param enable_access_logs: Defines whether to enable access logs on the frontend.
1639
1639
:return: :class:`Frontend <Frontend>`
1640
1640
1641
1641
Usage:
@@ -2168,7 +2168,7 @@ async def create_acl(
2168
2168
:param description: ACL description.
2169
2169
:param zone: Zone to target. If none is passed will use default zone from the config.
2170
2170
:param name: ACL name.
2171
-
:param match: ACL match filter object. One of `ip_subnet` or `http_filter` & `http_filter_value` are required.
2171
+
:param match: ACL match filter object. One of `ip_subnet`, `ips_edge_services` or `http_filter` & `http_filter_value` are required.
2172
2172
:return: :class:`Acl <Acl>`
2173
2173
2174
2174
Usage:
@@ -2256,7 +2256,7 @@ async def update_acl(
2256
2256
:param action: Action to take when incoming traffic matches an ACL filter.
2257
2257
:param index: Priority of this ACL (ACLs are applied in ascending order, 0 is the first ACL executed).
2258
2258
:param zone: Zone to target. If none is passed will use default zone from the config.
2259
-
:param match: ACL match filter object. One of `ip_subnet` or `http_filter` & `http_filter_value` are required.
2259
+
:param match: ACL match filter object. One of `ip_subnet`, `ips_edge_services` or `http_filter` & `http_filter_value` are required.
2260
2260
:param description: ACL description.
2261
2261
:return: :class:`Acl <Acl>`
2262
2262
@@ -4574,7 +4574,7 @@ async def create_frontend(
4574
4574
:param lb_id: Load Balancer ID (ID of the Load Balancer to attach the frontend to).
4575
4575
:param backend_id: Backend ID (ID of the backend the frontend should pass traffic to).
4576
4576
:param enable_http3: Defines whether to enable HTTP/3 protocol on the frontend.
4577
-
:param enable_access_logs: Defines wether to enable access logs on the frontend.
4577
+
:param enable_access_logs: Defines whether to enable access logs on the frontend.
4578
4578
:param region: Region to target. If none is passed will use default region from the config.
4579
4579
:param name: Name for the frontend.
4580
4580
:param timeout_client: Maximum allowed inactivity time on the client side.
@@ -4684,7 +4684,7 @@ async def update_frontend(
4684
4684
:param certificate_id: Certificate ID, deprecated in favor of certificate_ids array.
4685
4685
:param certificate_ids: List of SSL/TLS certificate IDs to bind to the frontend.
4686
4686
:param connection_rate_limit: Rate limit for new connections established on this frontend. Use 0 value to disable, else value is connections per second.
4687
-
:param enable_access_logs: Defines wether to enable access logs on the frontend.
4687
+
:param enable_access_logs: Defines whether to enable access logs on the frontend.
4688
4688
:return: :class:`Frontend <Frontend>`
4689
4689
4690
4690
Usage:
@@ -5225,7 +5225,7 @@ async def create_acl(
5225
5225
:param description: ACL description.
5226
5226
:param region: Region to target. If none is passed will use default region from the config.
5227
5227
:param name: ACL name.
5228
-
:param match: ACL match filter object. One of `ip_subnet` or `http_filter` & `http_filter_value` are required.
5228
+
:param match: ACL match filter object. One of `ip_subnet`, `ips_edge_services` or `http_filter` & `http_filter_value` are required.
5229
5229
:return: :class:`Acl <Acl>`
5230
5230
5231
5231
Usage:
@@ -5315,7 +5315,7 @@ async def update_acl(
5315
5315
:param action: Action to take when incoming traffic matches an ACL filter.
5316
5316
:param index: Priority of this ACL (ACLs are applied in ascending order, 0 is the first ACL executed).
5317
5317
:param region: Region to target. If none is passed will use default region from the config.
5318
-
:param match: ACL match filter object. One of `ip_subnet` or `http_filter` & `http_filter_value` are required.
5318
+
:param match: ACL match filter object. One of `ip_subnet`, `ips_edge_services` or `http_filter` & `http_filter_value` are required.
Copy file name to clipboardExpand all lines: scaleway/scaleway/lb/v1/api.py
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1527,7 +1527,7 @@ def create_frontend(
1527
1527
:param lb_id: Load Balancer ID (ID of the Load Balancer to attach the frontend to).
1528
1528
:param backend_id: Backend ID (ID of the backend the frontend should pass traffic to).
1529
1529
:param enable_http3: Defines whether to enable HTTP/3 protocol on the frontend.
1530
-
:param enable_access_logs: Defines wether to enable access logs on the frontend.
1530
+
:param enable_access_logs: Defines whether to enable access logs on the frontend.
1531
1531
:param zone: Zone to target. If none is passed will use default zone from the config.
1532
1532
:param name: Name for the frontend.
1533
1533
:param timeout_client: Maximum allowed inactivity time on the client side.
@@ -1635,7 +1635,7 @@ def update_frontend(
1635
1635
:param certificate_id: Certificate ID, deprecated in favor of certificate_ids array.
1636
1636
:param certificate_ids: List of SSL/TLS certificate IDs to bind to the frontend.
1637
1637
:param connection_rate_limit: Rate limit for new connections established on this frontend. Use 0 value to disable, else value is connections per second.
1638
-
:param enable_access_logs: Defines wether to enable access logs on the frontend.
1638
+
:param enable_access_logs: Defines whether to enable access logs on the frontend.
1639
1639
:return: :class:`Frontend <Frontend>`
1640
1640
1641
1641
Usage:
@@ -2168,7 +2168,7 @@ def create_acl(
2168
2168
:param description: ACL description.
2169
2169
:param zone: Zone to target. If none is passed will use default zone from the config.
2170
2170
:param name: ACL name.
2171
-
:param match: ACL match filter object. One of `ip_subnet` or `http_filter` & `http_filter_value` are required.
2171
+
:param match: ACL match filter object. One of `ip_subnet`, `ips_edge_services` or `http_filter` & `http_filter_value` are required.
2172
2172
:return: :class:`Acl <Acl>`
2173
2173
2174
2174
Usage:
@@ -2256,7 +2256,7 @@ def update_acl(
2256
2256
:param action: Action to take when incoming traffic matches an ACL filter.
2257
2257
:param index: Priority of this ACL (ACLs are applied in ascending order, 0 is the first ACL executed).
2258
2258
:param zone: Zone to target. If none is passed will use default zone from the config.
2259
-
:param match: ACL match filter object. One of `ip_subnet` or `http_filter` & `http_filter_value` are required.
2259
+
:param match: ACL match filter object. One of `ip_subnet`, `ips_edge_services` or `http_filter` & `http_filter_value` are required.
2260
2260
:param description: ACL description.
2261
2261
:return: :class:`Acl <Acl>`
2262
2262
@@ -4572,7 +4572,7 @@ def create_frontend(
4572
4572
:param lb_id: Load Balancer ID (ID of the Load Balancer to attach the frontend to).
4573
4573
:param backend_id: Backend ID (ID of the backend the frontend should pass traffic to).
4574
4574
:param enable_http3: Defines whether to enable HTTP/3 protocol on the frontend.
4575
-
:param enable_access_logs: Defines wether to enable access logs on the frontend.
4575
+
:param enable_access_logs: Defines whether to enable access logs on the frontend.
4576
4576
:param region: Region to target. If none is passed will use default region from the config.
4577
4577
:param name: Name for the frontend.
4578
4578
:param timeout_client: Maximum allowed inactivity time on the client side.
@@ -4682,7 +4682,7 @@ def update_frontend(
4682
4682
:param certificate_id: Certificate ID, deprecated in favor of certificate_ids array.
4683
4683
:param certificate_ids: List of SSL/TLS certificate IDs to bind to the frontend.
4684
4684
:param connection_rate_limit: Rate limit for new connections established on this frontend. Use 0 value to disable, else value is connections per second.
4685
-
:param enable_access_logs: Defines wether to enable access logs on the frontend.
4685
+
:param enable_access_logs: Defines whether to enable access logs on the frontend.
4686
4686
:return: :class:`Frontend <Frontend>`
4687
4687
4688
4688
Usage:
@@ -5223,7 +5223,7 @@ def create_acl(
5223
5223
:param description: ACL description.
5224
5224
:param region: Region to target. If none is passed will use default region from the config.
5225
5225
:param name: ACL name.
5226
-
:param match: ACL match filter object. One of `ip_subnet` or `http_filter` & `http_filter_value` are required.
5226
+
:param match: ACL match filter object. One of `ip_subnet`, `ips_edge_services` or `http_filter` & `http_filter_value` are required.
5227
5227
:return: :class:`Acl <Acl>`
5228
5228
5229
5229
Usage:
@@ -5313,7 +5313,7 @@ def update_acl(
5313
5313
:param action: Action to take when incoming traffic matches an ACL filter.
5314
5314
:param index: Priority of this ACL (ACLs are applied in ascending order, 0 is the first ACL executed).
5315
5315
:param region: Region to target. If none is passed will use default region from the config.
5316
-
:param match: ACL match filter object. One of `ip_subnet` or `http_filter` & `http_filter_value` are required.
5316
+
:param match: ACL match filter object. One of `ip_subnet`, `ips_edge_services` or `http_filter` & `http_filter_value` are required.
0 commit comments