Sha256: b5e0c7c7d9618f6dd7e0b4ecc2ffca5eafedc7bd85dc0514378bb1ebde342eb6

Contents?: true

Size: 445 Bytes

Versions: 9

Compression:

Stored size: 445 Bytes

Contents

module Fog
  module Compute
    class Cloudstack
      class Real

        # Creates a volume for an account that already exists.
        #
        # {CloudStack API Reference}[http://download.cloud.com/releases/2.2.0/api_2.2.4/global_admin/createVolume.html]
        def create_volume(options={})
          options.merge!(
            'command' => 'createVolume'
          )

          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/create_volume.rb
michiels-fog-1.3.1 lib/fog/cloudstack/requests/compute/create_volume.rb
ftl-0.2.0 vendor/bundle/gems/fog-1.3.1/lib/fog/cloudstack/requests/compute/create_volume.rb
brightbox-cli-0.18.0 lib/brightbox-cli/vendor/fog/lib/fog/cloudstack/requests/compute/create_volume.rb
fog-1.3.1 lib/fog/cloudstack/requests/compute/create_volume.rb
fog-1.3.0 lib/fog/cloudstack/requests/compute/create_volume.rb
brightbox-cli-0.17.5 lib/brightbox-cli/vendor/fog/lib/fog/cloudstack/requests/compute/create_volume.rb
fog-1.2.0 lib/fog/cloudstack/requests/compute/create_volume.rb
ktheory-fog-1.1.2 lib/fog/cloudstack/requests/compute/create_volume.rb