Method: Vcloud::Core::Vapp#name

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

#nameString

Return the name of vApp

Returns:

  • (String)

    the name of instance



68
69
70
# File 'lib/vcloud/core/vapp.rb', line 68

def name
  vcloud_attributes[:name]
end