Skip to content

Commit ea71690

Browse files
authored
feat(applesilicon): add support for VNC port (scaleway#2287)
1 parent be4bf11 commit ea71690

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
@@ -293,6 +293,9 @@ type Server struct {
293293
// SudoPassword: admin password required to execute commands.
294294
SudoPassword string `json:"sudo_password"`
295295

296+
// VncPort: vNC port to use for remote desktop connection.
297+
VncPort uint32 `json:"vnc_port"`
298+
296299
// Os: initially installed OS, this does not necessarily reflect the current OS version.
297300
Os *OS `json:"os"`
298301

0 commit comments

Comments
 (0)