Sha256: 4e2b2b6c86ac2bc1e31e20a0a6c8c033866175d5638222b2c89d11d0f99f3853

Contents?: true

Size: 432 Bytes

Versions: 9

Compression:

Stored size: 432 Bytes

Contents

module Fog
  module Compute
    class Cloudstack
      class Real

        # Deletes a specified domain.
        #
        # {CloudStack API Reference}[http://download.cloud.com/releases/2.2.0/api_2.2.4/global_admin/detachVolume.html]
        def detach_volume(id)
          options = {
            'command' => 'detachVolume',
            'id' => id
          }

          request(options)
        end

      end
    end
  end
end

Version data entries

9 entries across 9 versions & 5 rubygems

Version Path
brightbox-cli-0.18.1 lib/brightbox-cli/vendor/fog/lib/fog/cloudstack/requests/compute/detach_volume.rb
michiels-fog-1.3.1 lib/fog/cloudstack/requests/compute/detach_volume.rb
ftl-0.2.0 vendor/bundle/gems/fog-1.3.1/lib/fog/cloudstack/requests/compute/detach_volume.rb
brightbox-cli-0.18.0 lib/brightbox-cli/vendor/fog/lib/fog/cloudstack/requests/compute/detach_volume.rb
fog-1.3.1 lib/fog/cloudstack/requests/compute/detach_volume.rb
fog-1.3.0 lib/fog/cloudstack/requests/compute/detach_volume.rb
brightbox-cli-0.17.5 lib/brightbox-cli/vendor/fog/lib/fog/cloudstack/requests/compute/detach_volume.rb
fog-1.2.0 lib/fog/cloudstack/requests/compute/detach_volume.rb
ktheory-fog-1.1.2 lib/fog/cloudstack/requests/compute/detach_volume.rb