proxy.golang.org : github.com/ryotarai/go-virtualbox
Package virtualbox implements wrappers to interact with VirtualBox. A VirtualBox machine can be in one of the following states: VBoxManage supports the following transitions between states: Poweroff and reset are unsafe because they will lose state and might corrupt the disk image. To make things simpler, the following transitions are used instead: The takeaway is we try our best to transit the virtual machine into the state you want it to be, and you only need to watch out for the potentially unsafe poweroff and reset. This part of the APIworks both on the host and the guest. The API enables to set & get specific properties, plus waiting on properties patterns (both blocking and non-blocking).
Registry
-
Source
- Documentation
- JSON
purl: pkg:golang/github.com/ryotarai/go-virtualbox
License: Apache-2.0
Latest release: over 5 years ago
First release: almost 6 years ago
Namespace: github.com/ryotarai
Stars: 0 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 6 days ago