Versions in this module Expand all Collapse all v0 v0.17.0 Apr 30, 2024 v0.16.0 Nov 9, 2023 Changes in this version + type API struct + func New(opts *Options) (*API, error) + func (a *API) CleanupDevice(name string) error + func (a *API) CreateBaseDevice(name, ovaPath string) error + func (a *API) CreateDevice(name string, conf *conf.Conf) (*ESXMachine, error) + func (a *API) GetConsoleOutput(name string) (string, error) + func (a *API) PreflightCheck() error + func (a *API) TerminateDevice(name string) error + type ESXMachine struct + IPAddress string + Name string + type Options struct + BaseVMName string + ConfigPath string + Password string + Profile string + Server string + User string