Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeployTemplate ¶
func DeployTemplate(envMap map[string]string, library, templateName, vmName, deployFolder, datacenter, datastore, resourcePool string, opts OVFDeployOptions) error
Types ¶
type NetworkMapping ¶
type OVFDeployOptions ¶
type OVFDeployOptions struct {
Name string `json:"Name"`
PowerOn bool `json:"PowerOn"`
DiskProvisioning string `json:"DiskProvisioning"`
WaitForIP bool `json:"WaitForIP"`
NetworkMappings []NetworkMapping `json:"NetworkMapping"`
Annotation string `json:"Annotation"`
PropertyMapping []OVFProperty `json:"PropertyMapping"`
InjectOvfEnv bool `json:"InjectOvfEnv"`
}
type OVFProperty ¶
Click to show internal directories.
Click to hide internal directories.