mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[vsphere|compute] Expose template names and UUIDs
This commit is contained in:
parent
ab79fb8c58
commit
b3bcd5d432
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,8 @@ module Fog
|
|||
class Template < Fog::Model
|
||||
|
||||
identity :id
|
||||
attribute :name
|
||||
attribute :uuid
|
||||
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue