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/applesilicon/v1alpha1/types.py
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -240,6 +240,11 @@ class Server:
240
240
Zone of the server.
241
241
"""
242
242
243
+
delivered: bool
244
+
"""
245
+
Set to true once the server has completed its provisioning steps and is ready to use. Some OS configurations might require a reinstallation of the server before delivery depending on the available stock. A reinstallation after the initial delivery will not change this flag and can be tracked using the server status.
246
+
"""
247
+
243
248
os: Optional[OS]
244
249
"""
245
250
Initially installed OS, this does not necessarily reflect the current OS version.
Copy file name to clipboardExpand all lines: scaleway/scaleway/applesilicon/v1alpha1/types.py
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -240,6 +240,11 @@ class Server:
240
240
Zone of the server.
241
241
"""
242
242
243
+
delivered: bool
244
+
"""
245
+
Set to true once the server has completed its provisioning steps and is ready to use. Some OS configurations might require a reinstallation of the server before delivery depending on the available stock. A reinstallation after the initial delivery will not change this flag and can be tracked using the server status.
246
+
"""
247
+
243
248
os: Optional[OS]
244
249
"""
245
250
Initially installed OS, this does not necessarily reflect the current OS version.
0 commit comments