Documentation ¶
Index ¶
- type API
- 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
- type Options
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type API ¶
type API struct {
// contains filtered or unexported fields
}
func (*API) CleanupDevice ¶
func (*API) CreateBaseDevice ¶
func (*API) CreateDevice ¶
func (*API) PreflightCheck ¶
func (*API) TerminateDevice ¶
type ESXMachine ¶
Click to show internal directories.
Click to hide internal directories.