Documentation ¶
Index ¶
- func AddMount(vmName, ipAddr, hostPath, guestPath string) error
- func Commit(vmName, imageName string) error
- func Create(imageName, vmName string, cpus int, mem int) error
- func GetBoxInfo(vmName string) (*base.Box, error)
- func GetHypervisorName(showDetectedMsg bool) (string, error)
- func GetSubnet() (*base.Subnet, error)
- func GetVMProperty(vmName, property string) (*string, error)
- func HealthCheck(vmName string) error
- func List(all bool) ([]string, error)
- func ListMounts(vmName, ipAddr string) ([]base.MountPath, error)
- func Modify(vmName string, cpus int, mem int) error
- func Remove(vmName string) error
- func RemoveMounts(vmName, ipAddr string) error
- func SetNetworkAdapterAsBridge(vmName string) error
- func ShowGUI(vmName string) error
- func ShrinkDisk(vmName string) error
- func Start(vmName string) error
- func Stop(vmName string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetHypervisorName ¶
func GetVMProperty ¶ added in v0.130.0
func HealthCheck ¶ added in v0.130.0
HealthCheck will block up to 5 minutes until the VM is healthy or will return an error otherwise
func RemoveMounts ¶
func ShrinkDisk ¶ added in v0.125.0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.