Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Compute ¶ added in v0.6.0
func (*Compute) SourceByAZ ¶ added in v0.6.0
func (*Compute) TargetByAZ ¶ added in v0.6.0
type ComputeAZ ¶ added in v0.6.0
type ComputeAZ struct { Name string `yaml:"name"` VCenter *VCenter `yaml:"vcenter"` Clusters []ComputeCluster `yaml:"clusters"` }
type ComputeCluster ¶ added in v0.6.0
type Config ¶
type Config struct { Bosh *Bosh `yaml:"bosh"` DryRun bool WorkerPoolSize int `yaml:"worker_pool_size"` NetworkMap map[string]string `yaml:"networks"` DatastoreMap map[string]string `yaml:"datastores"` Compute Compute `yaml:"compute"` AdditionalVMs map[string][]string `yaml:"additional_vms"` }
func NewConfigFromFile ¶
Click to show internal directories.
Click to hide internal directories.