Versions in this module Expand all Collapse all v0 v0.3.0 Feb 23, 2023 Changes in this version + type BootDevice string + const BootDeviceCdrom + const BootDeviceDisk + const BootDeviceUnknown + type Cpu struct + Counts int + Percent float64 + type Devices struct + Disk []Disk + OS Disk + type Disk struct + Device DiskDevice + Name string + Pool string + Type DiskType + type DiskDevice string + const DiskDeviceCdrom + const DiskDeviceDisk + const DiskDeviceUnknown + type DiskType string + const DiskTypeIso + const DiskTypeQcow2 + const DiskTypeRaw + const DiskTypeUnknown + type Host struct + Cpu Cpu + Memory Memory + StoragePools []StoragePool + type Memory struct + Free uint64 + Percent float64 + Total uint64 + Used uint64 + type StoragePool struct + Name string + Path string + Status StoragePoolStatus + TotalSize uint64 + UsedSize uint64 + type StoragePoolStatus string + const ACTIVE + const ERROR + type VirtualizationType string + const VirtualizationTypeKvm + const VirtualizationTypeQemu + const VirtualizationTypeUnknown + type Vm struct + Boot BootDevice + Daemonize bool + Devices Devices + ID uuid.UUID + Virtualization VirtualizationType + type VmCore struct + Cpu int + Memory uint64 + Name string