In Files

Parent

Methods

Class/Module Index [+]

Quicksearch

Fog::Compute::Joyent

Public Instance Methods

resize_machine(id, package) click to toggle source
# File lib/fog/joyent/requests/compute/resize_machine.rb, line 4
def resize_machine(id, package)
  request(
    :method => "POST",
    :path => "/my/machines/#{id}",
    :query => {"action" => "resize", "package" => package}
  )
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.