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
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.
285
295
"""
286
296
297
+
vpc_status: ServerPrivateNetworkStatus
298
+
"""
299
+
Activation status of optional Private Network feature support for this server.
300
+
"""
301
+
287
302
os: Optional[OS]
288
303
"""
289
304
Initially installed OS, this does not necessarily reflect the current OS version.
@@ -327,6 +342,11 @@ class CreateServerRequest:
327
342
Create a server of the given type.
328
343
"""
329
344
345
+
enable_vpc: bool
346
+
"""
347
+
Activate the Private Network feature for this server. This feature is configured through the Apple Silicon - Private Networks API.
348
+
"""
349
+
330
350
zone: Optional[Zone]
331
351
"""
332
352
Zone to target. If none is passed will use default zone from the config.
@@ -580,3 +600,8 @@ class UpdateServerRequest:
580
600
"""
581
601
Specify whether the server should be flagged for automatic deletion.
582
602
"""
603
+
604
+
enable_vpc: Optional[bool]
605
+
"""
606
+
Activate or deactivate Private Network support for this server.
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.
285
295
"""
286
296
297
+
vpc_status: ServerPrivateNetworkStatus
298
+
"""
299
+
Activation status of optional Private Network feature support for this server.
300
+
"""
301
+
287
302
os: Optional[OS]
288
303
"""
289
304
Initially installed OS, this does not necessarily reflect the current OS version.
@@ -327,6 +342,11 @@ class CreateServerRequest:
327
342
Create a server of the given type.
328
343
"""
329
344
345
+
enable_vpc: bool
346
+
"""
347
+
Activate the Private Network feature for this server. This feature is configured through the Apple Silicon - Private Networks API.
348
+
"""
349
+
330
350
zone: Optional[Zone]
331
351
"""
332
352
Zone to target. If none is passed will use default zone from the config.
@@ -580,3 +600,8 @@ class UpdateServerRequest:
580
600
"""
581
601
Specify whether the server should be flagged for automatic deletion.
582
602
"""
603
+
604
+
enable_vpc: Optional[bool]
605
+
"""
606
+
Activate or deactivate Private Network support for this server.
0 commit comments