Sha256: 004a9b6569f1e05343fa61c76c660e2c27203efff4c91bca8c3bb7a34df25e99

Contents?: true

Size: 705 Bytes

Versions: 46

Compression:

Stored size: 705 Bytes

Contents

require 'fog/core/model'

module Fog
  module Compute
    class XenServer
      class HostPatch < Fog::Model
        # API Reference here:
        # http://docs.vmd.citrix.com/XenServer/6.2.0/1.0/en_gb/api/?c=host_patch

        identity :reference

        attribute :applied
        attribute :__host,              :aliases => :host
        attribute :description,         :aliases => :name_description
        attribute :name,                :aliases => :name_label
        attribute :other_config
        attribute :__pool_patch,        :aliases => :pool_patch
        attribute :size
        attribute :timestamp_applied
        attribute :uuid
        attribute :version
      end
    end
  end
end

Version data entries

46 entries across 46 versions & 6 rubygems

Version Path
fog-1.19.0 lib/fog/xenserver/models/compute/host_patch.rb
fog-maestrodev-1.18.0.20131219033443 lib/fog/xenserver/models/compute/host_patch.rb
fog-maestrodev-1.18.0.20131219032002 lib/fog/xenserver/models/compute/host_patch.rb
fog-maestrodev-1.18.0.20131219030716 lib/fog/xenserver/models/compute/host_patch.rb
fog-maestrodev-1.18.0.20131219022322 lib/fog/xenserver/models/compute/host_patch.rb
fog-maestrodev-1.18.0.20131218202447 lib/fog/xenserver/models/compute/host_patch.rb