We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be4bf11 commit ea71690Copy full SHA for ea71690
api/applesilicon/v1alpha1/applesilicon_sdk.go
@@ -293,6 +293,9 @@ type Server struct {
293
// SudoPassword: admin password required to execute commands.
294
SudoPassword string `json:"sudo_password"`
295
296
+ // VncPort: vNC port to use for remote desktop connection.
297
+ VncPort uint32 `json:"vnc_port"`
298
+
299
// Os: initially installed OS, this does not necessarily reflect the current OS version.
300
Os *OS `json:"os"`
301
0 commit comments