'hostIp', 'free_disk_gb' => 'freeDiskGb', 'free_ram_mb' => 'freeRamMb', 'hypervisor_hostname' => 'hypervisorHostname', 'hypervisor_type' => 'hypervisorType', 'hypervisor_version' => 'hypervisorVersion', 'local_gb' => 'localGb', 'local_gb_used' => 'localGbUsed', 'memory_mb' => 'memoryMb', 'memory_mb_used' => 'memoryMbUsed', 'running_vms' => 'runningVms', 'vcpus_used' => 'vcpusUsed', 'cpu_info' => 'cpuInfo', 'current_workload' => 'currentWorkload', 'disk_available_least' => 'diskAvailableLeast', ]; /** * {@inheritdoc} */ public function retrieve() { $response = $this->execute($this->api->getHypervisor(), ['id' => (string) $this->id]); $this->populateFromResponse($response); } }