Sha256: 2200c371342bac522901c59026101a9ac44e2aad656fc1b0bc1ef2f116e43594
Contents?: true
Size: 575 Bytes
Versions: 12
Compression:
Stored size: 575 Bytes
Contents
module Fog module Compute class XenServer module Models class HostMetrics < Model # API Reference here: # http://docs.vmd.citrix.com/XenServer/6.2.0/1.0/en_gb/api/?c=host_metrics provider_class :host_metrics collection_name :hosts_metrics identity :reference attribute :last_updated, :type => :time attribute :live attribute :memory_free attribute :memory_total attribute :other_config attribute :uuid end end end end end
Version data entries
12 entries across 10 versions & 2 rubygems