Versions in this module Expand all Collapse all v0 v0.1.0 Feb 24, 2015 Changes in this version + const DefaultDomain + const DefaultTimeZone + func Provider() terraform.ResourceProvider + type Config struct + Password string + User string + VCenterServer string + func (c *Config) Client() (*govmomi.Client, error) + type NetworkInterface struct + DeviceName string + IPAddress string + Label string + SubnetMask string + type VirtualMachine struct + Cluster string + DNSServers []string + DNSSuffixes []string + Datacenter string + Datastore string + Domain string + Gateway string + MemoryMB int64 + Name string + NetworkInterfaces []NetworkInterface + ResourcePool string + Template string + VCPU int + func (vm *VirtualMachine) RunVirtualMachine(c *govmomi.Client) error