Versions in this module Expand all Collapse all v1 v1.0.20 Dec 19, 2019 v1.0.19 Nov 11, 2019 v1.0.18 Sep 14, 2019 v1.0.17 Aug 13, 2019 Changes in this version + func List(client *gophercloud.ServiceClient) pagination.Pager + type CPUInfo struct + Arch string + Features []string + Model string + Topology Topology + Vendor string + type Hypervisor struct + CPUInfo CPUInfo + CurrentWorkload int + DiskAvailableLeast int + FreeDiskGB int + FreeRamMB int + HostIP string + HypervisorHostname string + HypervisorType string + HypervisorVersion int + ID int + LocalGB int + LocalGBUsed int + MemoryMB int + MemoryMBUsed int + RunningVMs int + Service Service + State string + Status string + VCPUs int + VCPUsUsed int + func ExtractHypervisors(p pagination.Page) ([]Hypervisor, error) + func (r *Hypervisor) UnmarshalJSON(b []byte) error + type HypervisorPage struct + func (page HypervisorPage) IsEmpty() (bool, error) + type HypervisorResult struct + func Get(client *gophercloud.ServiceClient, hypervisorID int) (r HypervisorResult) + func (r HypervisorResult) Extract() (*Hypervisor, error) + type Service struct + DisabledReason string + Host string + ID int + type Statistics struct + Count int + CurrentWorkload int + DiskAvailableLeast int + FreeDiskGB int + FreeRamMB int + LocalGB int + LocalGBUsed int + MemoryMB int + MemoryMBUsed int + RunningVMs int + VCPUs int + VCPUsUsed int + type StatisticsResult struct + func GetStatistics(client *gophercloud.ServiceClient) (r StatisticsResult) + func (r StatisticsResult) Extract() (*Statistics, error) + type Topology struct + Cores int + Sockets int + Threads int + type Uptime struct + HypervisorHostname string + ID int + State string + Status string + Uptime string + type UptimeResult struct + func GetUptime(client *gophercloud.ServiceClient, hypervisorID int) (r UptimeResult) + func (r UptimeResult) Extract() (*Uptime, error)