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/ipam/v1/api.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ async def book_ip(
53
53
:param is_ipv6: Request an IPv6 instead of an IPv4.
54
54
:param region: Region to target. If none is passed will use default region from the config.
55
55
:param project_id: When creating an IP in a Private Network, the Project must match the Private Network's Project.
56
-
:param address: Note that only the Private Network source allows you to pick a specific IP. If the requested IP is already booked, then the call will fail.
56
+
:param address: The requested address should not include the subnet mask (/suffix). Note that only the Private Network source allows you to pick a specific IP. If the requested IP is already booked, then the call will fail.
Copy file name to clipboardExpand all lines: scaleway-async/scaleway_async/ipam/v1/types.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -181,7 +181,7 @@ class BookIPRequest:
181
181
182
182
address: Optional[str]
183
183
"""
184
-
Note that only the Private Network source allows you to pick a specific IP. If the requested IP is already booked, then the call will fail.
184
+
The requested address should not include the subnet mask (/suffix). Note that only the Private Network source allows you to pick a specific IP. If the requested IP is already booked, then the call will fail.
Copy file name to clipboardExpand all lines: scaleway/scaleway/ipam/v1/api.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ def book_ip(
53
53
:param is_ipv6: Request an IPv6 instead of an IPv4.
54
54
:param region: Region to target. If none is passed will use default region from the config.
55
55
:param project_id: When creating an IP in a Private Network, the Project must match the Private Network's Project.
56
-
:param address: Note that only the Private Network source allows you to pick a specific IP. If the requested IP is already booked, then the call will fail.
56
+
:param address: The requested address should not include the subnet mask (/suffix). Note that only the Private Network source allows you to pick a specific IP. If the requested IP is already booked, then the call will fail.
Copy file name to clipboardExpand all lines: scaleway/scaleway/ipam/v1/types.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -181,7 +181,7 @@ class BookIPRequest:
181
181
182
182
address: Optional[str]
183
183
"""
184
-
Note that only the Private Network source allows you to pick a specific IP. If the requested IP is already booked, then the call will fail.
184
+
The requested address should not include the subnet mask (/suffix). Note that only the Private Network source allows you to pick a specific IP. If the requested IP is already booked, then the call will fail.
0 commit comments