Skip to content

Commit d2c643e

Browse files
feat(apple_silicon): add public flag for server delivery (scaleway#2251)
Co-authored-by: Jonathan R. <[email protected]>
1 parent 2e7705e commit d2c643e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

api/applesilicon/v1alpha1/applesilicon_sdk.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,9 @@ type Server struct {
314314

315315
// Zone: zone of the server.
316316
Zone scw.Zone `json:"zone"`
317+
318+
// Delivered: 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.
319+
Delivered bool `json:"delivered"`
317320
}
318321

319322
// CreateServerRequest: create server request.

0 commit comments

Comments
 (0)