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/types.py
+5
Original file line number
Diff line number
Diff line change
@@ -866,6 +866,11 @@ class AclMatch:
866
866
List of IPs or CIDR v4/v6 addresses to filter for from the client side.
867
867
"""
868
868
869
+
ips_edge_services: bool
870
+
"""
871
+
Defines whether Edge Services IPs should be matched.
872
+
"""
873
+
869
874
http_filter: AclHttpFilter
870
875
"""
871
876
Type of HTTP filter to match. Extracts the request's URL path, which starts at the first slash and ends before the question mark (without the host part). Defines where to filter for the http_filter_value. Only supported for HTTP backends.
Copy file name to clipboardExpand all lines: scaleway/scaleway/lb/v1/types.py
+5
Original file line number
Diff line number
Diff line change
@@ -866,6 +866,11 @@ class AclMatch:
866
866
List of IPs or CIDR v4/v6 addresses to filter for from the client side.
867
867
"""
868
868
869
+
ips_edge_services: bool
870
+
"""
871
+
Defines whether Edge Services IPs should be matched.
872
+
"""
873
+
869
874
http_filter: AclHttpFilter
870
875
"""
871
876
Type of HTTP filter to match. Extracts the request's URL path, which starts at the first slash and ends before the question mark (without the host part). Defines where to filter for the http_filter_value. Only supported for HTTP backends.
0 commit comments