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
+23-1Lines changed: 23 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -348,7 +348,7 @@ class AclActionRedirect:
348
348
349
349
target: str
350
350
"""
351
-
Redirect target. For a location redirect, you can use a URL e.g. `https://scaleway.com`. Using a scheme name (e.g. `https`, `http`, `ftp`, `git`) will replace the request's original scheme. This can be useful to implement HTTP to HTTPS redirects. Valid placeholders that can be used in a `location` redirect to preserve parts of the original request in the redirection URL are {{ host }}, {{ query }}, {{ path }} and {{ scheme }}.
351
+
Redirect target. For a location redirect, you can use a URL e.g. `https://scaleway.com`. Using a scheme name (e.g. `https`, `http`, `ftp`, `git`) will replace the request's original scheme. This can be useful to implement HTTP to HTTPS redirects. Valid placeholders that can be used in a `location` redirect to preserve parts of the original request in the redirection URL are \{\{ host \}\}, \{\{ query \}\}, \{\{ path \}\} and \{\{ scheme \}\}.
352
352
"""
353
353
354
354
code: Optional[int]
@@ -1660,6 +1660,12 @@ class CreateLbRequest:
1660
1660
ip_id: Optional[str]
1661
1661
"""
1662
1662
ID of an existing flexible IP address to attach to the Load Balancer.
1663
+
:deprecated
1664
+
"""
1665
+
1666
+
assign_flexible_ip: Optional[bool]
1667
+
"""
1668
+
Defines whether to automatically assign a flexible public IP to lb. Default value is `false` (do not assign).
1663
1669
"""
1664
1670
1665
1671
assign_flexible_ip: Optional[bool]
@@ -2600,6 +2606,11 @@ class ListBackendStatsRequest:
2600
2606
Number of items to return.
2601
2607
"""
2602
2608
2609
+
backend_id: Optional[str]
2610
+
"""
2611
+
ID of the backend.
2612
+
"""
2613
+
2603
2614
2604
2615
@dataclass
2605
2616
classListAclsRequest:
@@ -3190,6 +3201,12 @@ class ZonedApiCreateLbRequest:
3190
3201
ip_id: Optional[str]
3191
3202
"""
3192
3203
ID of an existing flexible IP address to attach to the Load Balancer.
3204
+
:deprecated
3205
+
"""
3206
+
3207
+
assign_flexible_ip: Optional[bool]
3208
+
"""
3209
+
Defines whether to automatically assign a flexible public IP to lb. Default value is `false` (do not assign).
3193
3210
"""
3194
3211
3195
3212
assign_flexible_ip: Optional[bool]
@@ -4130,6 +4147,11 @@ class ZonedApiListBackendStatsRequest:
Copy file name to clipboardExpand all lines: scaleway/scaleway/lb/v1/types.py
+23-1Lines changed: 23 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -348,7 +348,7 @@ class AclActionRedirect:
348
348
349
349
target: str
350
350
"""
351
-
Redirect target. For a location redirect, you can use a URL e.g. `https://scaleway.com`. Using a scheme name (e.g. `https`, `http`, `ftp`, `git`) will replace the request's original scheme. This can be useful to implement HTTP to HTTPS redirects. Valid placeholders that can be used in a `location` redirect to preserve parts of the original request in the redirection URL are {{ host }}, {{ query }}, {{ path }} and {{ scheme }}.
351
+
Redirect target. For a location redirect, you can use a URL e.g. `https://scaleway.com`. Using a scheme name (e.g. `https`, `http`, `ftp`, `git`) will replace the request's original scheme. This can be useful to implement HTTP to HTTPS redirects. Valid placeholders that can be used in a `location` redirect to preserve parts of the original request in the redirection URL are \{\{ host \}\}, \{\{ query \}\}, \{\{ path \}\} and \{\{ scheme \}\}.
352
352
"""
353
353
354
354
code: Optional[int]
@@ -1660,6 +1660,12 @@ class CreateLbRequest:
1660
1660
ip_id: Optional[str]
1661
1661
"""
1662
1662
ID of an existing flexible IP address to attach to the Load Balancer.
1663
+
:deprecated
1664
+
"""
1665
+
1666
+
assign_flexible_ip: Optional[bool]
1667
+
"""
1668
+
Defines whether to automatically assign a flexible public IP to lb. Default value is `false` (do not assign).
1663
1669
"""
1664
1670
1665
1671
assign_flexible_ip: Optional[bool]
@@ -2600,6 +2606,11 @@ class ListBackendStatsRequest:
2600
2606
Number of items to return.
2601
2607
"""
2602
2608
2609
+
backend_id: Optional[str]
2610
+
"""
2611
+
ID of the backend.
2612
+
"""
2613
+
2603
2614
2604
2615
@dataclass
2605
2616
classListAclsRequest:
@@ -3190,6 +3201,12 @@ class ZonedApiCreateLbRequest:
3190
3201
ip_id: Optional[str]
3191
3202
"""
3192
3203
ID of an existing flexible IP address to attach to the Load Balancer.
3204
+
:deprecated
3205
+
"""
3206
+
3207
+
assign_flexible_ip: Optional[bool]
3208
+
"""
3209
+
Defines whether to automatically assign a flexible public IP to lb. Default value is `false` (do not assign).
3193
3210
"""
3194
3211
3195
3212
assign_flexible_ip: Optional[bool]
@@ -4130,6 +4147,11 @@ class ZonedApiListBackendStatsRequest:
0 commit comments