Method: Vcloud::Core::VappTemplate#href

Defined in:
lib/vcloud/core/vapp_template.rb

#hrefString

Return the name of vAppTemplate

Returns:

  • (String)

    the name of instance



27
28
29
# File 'lib/vcloud/core/vapp_template.rb', line 27

def href
  vcloud_attributes[:href]
end