Documentation ¶
Index ¶
- type Provider
- func (prvdr Provider) Boot(bootSet []db.Machine) ([]string, error)
- func (prvdr *Provider) Cleanup() error
- func (prvdr Provider) List() ([]db.Machine, error)
- func (prvdr Provider) SetACLs(acls []acl.ACL) error
- func (prvdr Provider) Stop(machines []db.Machine) error
- func (prvdr *Provider) UpdateFloatingIPs([]db.Machine) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Provider ¶
type Provider struct {
// contains filtered or unexported fields
}
The Provider object represents a connection to Vagrant.
func (*Provider) Cleanup ¶
Cleanup removes unnecessary detritus from this provider. It's intended to be called when there are no VMs running or expected to be running soon.
Click to show internal directories.
Click to hide internal directories.