Sha256: 6ea6658eb479b54bf1278c58a5b8528024eb2dab4b11fb87e51551973679f336
Contents?: true
Size: 689 Bytes
Versions: 25
Compression:
Stored size: 689 Bytes
Contents
require 'fog/core/model' module Fog module Compute class XenServer class GuestMetrics < Fog::Model # API Reference here: # http://docs.vmd.citrix.com/XenServer/6.2.0/1.0/en_gb/api/?c=VM_guest_metrics identity :reference attribute :uuid attribute :disk attribute :last_updated attribute :live attribute :memory attribute :networks attribute :os_version attribute :other attribute :other_config attribute :pv_drivers_up_to_date, :aliases => :PV_drivers_up_to_date attribute :pv_drivers_version, :aliases => :PV_drivers_version end end end end
Version data entries
25 entries across 25 versions & 4 rubygems