Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OSFinder ¶
type OSFinder interface { // FindOperatingSystem tries to find operating system name of the given oVirt VM FindOperatingSystem(*ovirtsdk.Vm) (string, error) }
OSFinder defines operation of discovering OS name of a VM
type OVirtOSFinder ¶
type OVirtOSFinder struct {
OsMapProvider os.OSMapProvider
}
OVirtOSFinder provides oVirt VM OS information
func (*OVirtOSFinder) FindOperatingSystem ¶
func (o *OVirtOSFinder) FindOperatingSystem(vm *ovirtsdk.Vm) (string, error)
FindOperatingSystem tries to find operating system name of the given oVirt VM
Click to show internal directories.
Click to hide internal directories.