Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIClient ¶
type APIClient interface {
Datacenters(pathSet ...string) ([]mo.Datacenter, error)
Folders(pathSet ...string) ([]mo.Folder, error)
ComputeResources(pathSet ...string) ([]mo.ComputeResource, error)
Hosts(pathSet ...string) ([]mo.HostSystem, error)
VirtualMachines(pathSet ...string) ([]mo.VirtualMachine, error)
CounterInfoByName() (map[string]*types.PerfCounterInfo, error)
}
type VSphereDiscoverer ¶
func NewVSphereDiscoverer ¶
func NewVSphereDiscoverer(client APIClient) *VSphereDiscoverer
Click to show internal directories.
Click to hide internal directories.