package
Version:
v0.2.0
Opens a new window with list of versions in this module.
Published: Aug 25, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Bosh struct {
Host string `yaml:"host"`
ClientID string `yaml:"client_id"`
ClientSecret string
}
type Config struct {
Source Source
Target Target
DryRun bool
WorkerPoolSize int `yaml:"worker_pool_size"`
ResourcePoolMap map[string]string `yaml:"resource_pools"`
NetworkMap map[string]string `yaml:"networks"`
DatastoreMap map[string]string `yaml:"datastores"`
AdditionalVMs []string `yaml:"additional_vms"`
}
String used primarily for debug logging
type Target struct {
VCenter
Datacenter string `yaml:"datacenter"`
Cluster string `yaml:"cluster"`
}
type VCenter struct {
Host string `yaml:"host"`
Username string `yaml:"username"`
Password string
Insecure bool `yaml:"insecure"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.