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
+11-1Lines changed: 11 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -230,6 +230,11 @@ class Server:
230
230
Current status of the server.
231
231
"""
232
232
233
+
deletion_scheduled: bool
234
+
"""
235
+
Set to true to mark the server for automatic deletion depending on `deletable_at` date. Set to false to cancel an existing deletion schedule. Leave unset otherwise.
236
+
"""
237
+
233
238
zone: Zone
234
239
"""
235
240
Zone of the server.
@@ -252,7 +257,7 @@ class Server:
252
257
253
258
deletable_at: Optional[datetime]
254
259
"""
255
-
Date on which the server was last deleted.
260
+
Date from which the server can be deleted.
256
261
"""
257
262
258
263
@@ -486,3 +491,8 @@ class UpdateServerRequest:
486
491
"""
487
492
Updated name for your server.
488
493
"""
494
+
495
+
schedule_deletion: Optional[bool]
496
+
"""
497
+
Specify whether the server should be flagged for automatic deletion.
Copy file name to clipboardExpand all lines: scaleway/scaleway/applesilicon/v1alpha1/types.py
+11-1Lines changed: 11 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -230,6 +230,11 @@ class Server:
230
230
Current status of the server.
231
231
"""
232
232
233
+
deletion_scheduled: bool
234
+
"""
235
+
Set to true to mark the server for automatic deletion depending on `deletable_at` date. Set to false to cancel an existing deletion schedule. Leave unset otherwise.
236
+
"""
237
+
233
238
zone: Zone
234
239
"""
235
240
Zone of the server.
@@ -252,7 +257,7 @@ class Server:
252
257
253
258
deletable_at: Optional[datetime]
254
259
"""
255
-
Date on which the server was last deleted.
260
+
Date from which the server can be deleted.
256
261
"""
257
262
258
263
@@ -486,3 +491,8 @@ class UpdateServerRequest:
486
491
"""
487
492
Updated name for your server.
488
493
"""
494
+
495
+
schedule_deletion: Optional[bool]
496
+
"""
497
+
Specify whether the server should be flagged for automatic deletion.
0 commit comments