Sha256: 3cb575730c4c5ecfef858ce6e82f99f77be30a725ae4368b424b8031cf3a4745
Contents?: true
Size: 777 Bytes
Versions: 43
Compression:
Stored size: 777 Bytes
Contents
require 'fog/core/model' module Fog module Compute class XenServer # # A physical CPU # # @see http://docs.vmd.citrix.com/XenServer/6.0.0/1.0/en_gb/api/?c=host_cpu # class HostCpu < Fog::Model identity :reference attribute :uuid attribute :family 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
43 entries across 43 versions & 6 rubygems