Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Converter ¶
type Converter struct {
// contains filtered or unexported fields
}
func New ¶
func New(net NetworkMapper, rp ResourcePoolMapper, targetDatacenter, targetCluster, targetDatastore string) *Converter
func (*Converter) TargetSpec ¶
type ExplicitRP ¶
type ExplicitRP struct {
// contains filtered or unexported fields
}
func NewExplicitResourcePool ¶
func NewExplicitResourcePool(target string) *ExplicitRP
func (*ExplicitRP) TargetResourcePool ¶
func (c *ExplicitRP) TargetResourcePool(sourceVM *vcenter.VM) (string, error)
type MappedNet ¶
type MappedNet struct {
// contains filtered or unexported fields
}
func NewEmptyMappedNetwork ¶
func NewEmptyMappedNetwork() *MappedNet
func NewMappedNetwork ¶
type MappedRP ¶
type MappedRP struct {
// contains filtered or unexported fields
}
func NewMappedResourcePool ¶
type NetworkMapper ¶
Click to show internal directories.
Click to hide internal directories.