class Fog::Compute::XenServer::HostCpu

A physical CPU

@see docs.vmd.citrix.com/XenServer/6.2.0/1.0/en_gb/api/?c=host_cpu

Public Instance Methods

host() click to toggle source
# File lib/fog/xenserver/models/compute/host_cpu.rb, line 28
def host
  service.hosts.get __host
end