Sha256: b3c9816c812a7cee33faae7a6744155643bfea11bc4a9436499b34efaaebf902
Contents?: true
Size: 789 Bytes
Versions: 12
Compression:
Stored size: 789 Bytes
Contents
module Fog module Compute class XenServer module Models class HostPatch < Model # API Reference here: # http://docs.vmd.citrix.com/XenServer/6.2.0/1.0/en_gb/api/?c=host_patch provider_class :host_patch collection_name :host_patchs identity :reference attribute :applied attribute :description, :aliases => :name_description attribute :name, :aliases => :name_label attribute :other_config attribute :size attribute :timestamp_applied attribute :uuid attribute :version has_one_identity :host, :hosts has_one_identity :pool_patch, :pool_patchs end end end end end
Version data entries
12 entries across 10 versions & 2 rubygems