Sha256: 8d04b8457c50397502789121162a23a0856263e6aed21d5fe8a7544a7926a544

Contents?: true

Size: 177 Bytes

Versions: 23

Compression:

Stored size: 177 Bytes

Contents

module Fog
  module Vsphere
    class Compute
      class Template < Fog::Model
        identity :id
        attribute :name
        attribute :uuid
      end
    end
  end
end

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
fog-vsphere-3.1.1 lib/fog/vsphere/models/compute/template.rb
fog-vsphere-3.1.0 lib/fog/vsphere/models/compute/template.rb
fog-vsphere-3.0.0 lib/fog/vsphere/models/compute/template.rb