Home > vm-providers > VirtualBoxSettings
Settings specifying how to create a virtual machine with the VirtualBox provider.
Signature:
export interface VirtualBoxSettings
Property | Type | Description |
---|---|---|
server? | string | (Optional) Specifies the address at which the vboxwebsrv command is exposing the virtualbox API. Note that connecting to a different machine is not currently supported (because of port redirections that are expected to be available on the local machine), so this option is mostly useful to change the port that vboxwebsrv is listening to. |
snapshot? | string | (Optional) Name or id of the snapshot to use. |
type | “virtualbox” | Specifies that the VirtualBox provider is used. |
vm | string | Name or id of the virtual machine to clone. |