Method: Vcloud::Core::Fog::ServiceInterface::FogFacade#delete_disk

Defined in:
lib/vcloud/core/fog/service_interface.rb

#delete_disk(id) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



139
140
141
142
# File 'lib/vcloud/core/fog/service_interface.rb', line 139

def delete_disk(id)
  task = @vcloud.delete_disk(id).body
  @vcloud.process_task(task)
end