Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FoundationMigrator ¶
type FoundationMigrator struct { WorkerCount int AdditionalVMs []string // contains filtered or unexported fields }
func NewFoundationMigrator ¶
func NewFoundationMigrator( srcDatacenter string, boshClient BoshClient, vmMigrator *VMMigrator, updatableStdout *log.UpdatableStdout) *FoundationMigrator
type VCenterClient ¶
type VMMigrator ¶
type VMMigrator struct {
// contains filtered or unexported fields
}
func NewVMMigrator ¶
func NewVMMigrator(sourceVCenter, targetVCenter VCenterClient, sourceVMConverter *converter.Converter, vmRelocator VMRelocator, updatableStdout *log.UpdatableStdout) *VMMigrator
type VMRelocator ¶
Click to show internal directories.
Click to hide internal directories.