mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
shows customizationScript of a VM
This commit is contained in:
parent
273d951f26
commit
8a1637f8f5
1 changed files with 5 additions and 0 deletions
|
@ -31,6 +31,11 @@ module Fog
|
|||
def tags
|
||||
Fog::Vcloud::Compute::Tags.new(:service => service, :href => href + '/metadata')
|
||||
end
|
||||
|
||||
def customization_script
|
||||
load_unless_loaded!
|
||||
self.guest_customization[:CustomizationScript]
|
||||
end
|
||||
|
||||
def computer_name
|
||||
load_unless_loaded!
|
||||
|
|
Loading…
Add table
Reference in a new issue