Sha256: dc094bce21d373810bd5b0cbf70a472adb912f14a9f939ce349e719c5912a375
Contents?: true
Size: 767 Bytes
Versions: 25
Compression:
Stored size: 767 Bytes
Contents
require 'fog/core/model' module Fog module Compute class XenServer # # A physical CPU # # @see http://docs.vmd.citrix.com/XenServer/6.2.0/1.0/en_gb/api/?c=host_cpu # class HostCpu < Fog::Model identity :reference attribute :uuid attribute :family attribute :features attribute :flags attribute :__host, :aliases => :host attribute :model attribute :model_name, :aliases => :modelname attribute :number attribute :other_config attribute :speed attribute :stepping attribute :utilisation attribute :vendor def host service.hosts.get __host end end end end end
Version data entries
25 entries across 25 versions & 4 rubygems