Versions in this module Expand all Collapse all v0 v0.9.0 Mar 19, 2016 Changes in this version + const DefaultTimeout + const PrivateIP + const PublicIP + type Certificated struct + Data []byte + Format string + type DeploymentOptions struct + ReservedIPName string + VirtualNetworkName string + type VM struct + Cert Certificated + ConfigureHTTP bool + DeployOptions DeploymentOptions + Label string + Location string + Name string + PublishSettings string + SSHCreds ssh.Credentials + ServiceName string + Size string + SourceImage string + StorageAccount string + StorageContainer string + func (vm *VM) Destroy() error + func (vm *VM) GetIPs() ([]net.IP, error) + func (vm *VM) GetName() string + func (vm *VM) GetSSH(options ssh.Options) (ssh.Client, error) + func (vm *VM) GetState() (string, error) + func (vm *VM) Halt() error + func (vm *VM) Provision() error + func (vm *VM) Resume() error + func (vm *VM) Start() error + func (vm *VM) Suspend() error