Sha256: 52602b698b71d7a470daa778b2b6324120a8499f756d1934e2b2cfa9b6b03cc7
Contents?: true
Size: 767 Bytes
Versions: 15
Compression:
Stored size: 767 Bytes
Contents
object @resource ||= @object attributes :id attributes :cp_id attributes :subscription_id attributes :name attributes :start_date, :end_date attributes :available, :quantity, :consumed attributes :account_number, :contract_number attributes :support_level attributes :product_id attributes :sockets, :cores, :ram attributes :instance_multiplier, :stacking_id, :multi_entitlement attributes :type attributes :name => :product_name attributes :unmapped_guest attributes :virt_only attributes :virt_who attributes :upstream? => :upstream attributes :upstream_pool_id node :hypervisor, :if => lambda { |sub| sub && sub.respond_to?(:hypervisor) && sub.hypervisor } do |subscription| { id: subscription.hypervisor.id, name: subscription.hypervisor.name } end
Version data entries
15 entries across 15 versions & 1 rubygems