Documentation ¶
Index ¶
- type Finder
- func (f *Finder) Datacenter(path string) (*govmomi.Datacenter, error)
- func (f *Finder) DatacenterList(path ...string) ([]*govmomi.Datacenter, error)
- func (f *Finder) Datastore(path string) (*govmomi.Datastore, error)
- func (f *Finder) DatastoreList(path ...string) ([]*govmomi.Datastore, error)
- func (f *Finder) DefaultDatacenter() (*govmomi.Datacenter, error)
- func (f *Finder) DefaultDatastore() (*govmomi.Datastore, error)
- func (f *Finder) DefaultHostSystem() (*govmomi.HostSystem, error)
- func (f *Finder) DefaultNetwork() (govmomi.NetworkReference, error)
- func (f *Finder) DefaultResourcePool() (*govmomi.ResourcePool, error)
- func (f *Finder) HostSystem(path string) (*govmomi.HostSystem, error)
- func (f *Finder) HostSystemList(path ...string) ([]*govmomi.HostSystem, error)
- func (f *Finder) ManagedObjectList(path ...string) ([]list.Element, error)
- func (f *Finder) Network(path string) (govmomi.NetworkReference, error)
- func (f *Finder) NetworkList(path ...string) ([]govmomi.NetworkReference, error)
- func (f *Finder) ResourcePool(path string) (*govmomi.ResourcePool, error)
- func (f *Finder) ResourcePoolList(path ...string) ([]*govmomi.ResourcePool, error)
- func (f *Finder) SetDatacenter(dc *govmomi.Datacenter) *Finder
- func (f *Finder) VirtualMachine(path string) (*govmomi.VirtualMachine, error)
- func (f *Finder) VirtualMachineList(path ...string) ([]*govmomi.VirtualMachine, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Finder ¶
func (*Finder) Datacenter ¶
func (f *Finder) Datacenter(path string) (*govmomi.Datacenter, error)
func (*Finder) DatacenterList ¶
func (f *Finder) DatacenterList(path ...string) ([]*govmomi.Datacenter, error)
func (*Finder) DatastoreList ¶
func (*Finder) DefaultDatacenter ¶
func (f *Finder) DefaultDatacenter() (*govmomi.Datacenter, error)
func (*Finder) DefaultHostSystem ¶
func (f *Finder) DefaultHostSystem() (*govmomi.HostSystem, error)
func (*Finder) DefaultNetwork ¶
func (f *Finder) DefaultNetwork() (govmomi.NetworkReference, error)
func (*Finder) DefaultResourcePool ¶
func (f *Finder) DefaultResourcePool() (*govmomi.ResourcePool, error)
func (*Finder) HostSystem ¶
func (f *Finder) HostSystem(path string) (*govmomi.HostSystem, error)
func (*Finder) HostSystemList ¶
func (f *Finder) HostSystemList(path ...string) ([]*govmomi.HostSystem, error)
func (*Finder) ManagedObjectList ¶
func (*Finder) NetworkList ¶
func (f *Finder) NetworkList(path ...string) ([]govmomi.NetworkReference, error)
func (*Finder) ResourcePool ¶
func (f *Finder) ResourcePool(path string) (*govmomi.ResourcePool, error)
func (*Finder) ResourcePoolList ¶
func (f *Finder) ResourcePoolList(path ...string) ([]*govmomi.ResourcePool, error)
func (*Finder) SetDatacenter ¶
func (f *Finder) SetDatacenter(dc *govmomi.Datacenter) *Finder
func (*Finder) VirtualMachine ¶
func (f *Finder) VirtualMachine(path string) (*govmomi.VirtualMachine, error)
func (*Finder) VirtualMachineList ¶
func (f *Finder) VirtualMachineList(path ...string) ([]*govmomi.VirtualMachine, error)
Click to show internal directories.
Click to hide internal directories.