Sha256: c9a9d22eb80f509d2a81fb70aaa2e91d694c0190ac417f3a3f3ee00a07efcbd9

Contents?: true

Size: 500 Bytes

Versions: 29

Compression:

Stored size: 500 Bytes

Contents

module Fog
  module Compute
    class Cloudstack

      class Real
        # Create a LUN from a pool
        #
        # {CloudStack API Reference}[http://cloudstack.apache.org/docs/api/apidocs-4.3/root_admin/createLunOnFiler.html]
        def create_lun_on_filer(size, name, options={})
          options.merge!(
            'command' => 'createLunOnFiler', 
            'size' => size, 
            'name' => name  
          )
          request(options)
        end
      end

    end
  end
end

Version data entries

29 entries across 27 versions & 4 rubygems

Version Path
fog-2.1.0 lib/fog/cloudstack/requests/compute/create_lun_on_filer.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.5.0/gems/fog-1.42.1/lib/fog/cloudstack/requests/compute/create_lun_on_filer.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.4.0/gems/fog-1.42.1/lib/fog/cloudstack/requests/compute/create_lun_on_filer.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.3.0/gems/fog-1.42.1/lib/fog/cloudstack/requests/compute/create_lun_on_filer.rb
fog-1.42.1 lib/fog/cloudstack/requests/compute/create_lun_on_filer.rb
fog-2.0.0 lib/fog/cloudstack/requests/compute/create_lun_on_filer.rb
fog-1.42.0 lib/fog/cloudstack/requests/compute/create_lun_on_filer.rb
fog-1.41.0 lib/fog/cloudstack/requests/compute/create_lun_on_filer.rb
fog-1.40.0 lib/fog/cloudstack/requests/compute/create_lun_on_filer.rb
fog-1.39.0 lib/fog/cloudstack/requests/compute/create_lun_on_filer.rb
fog-1.38.0 lib/fog/cloudstack/requests/compute/create_lun_on_filer.rb
fog-1.37.0 lib/fog/cloudstack/requests/compute/create_lun_on_filer.rb
fog-1.36.0 lib/fog/cloudstack/requests/compute/create_lun_on_filer.rb
fog-1.35.0 lib/fog/cloudstack/requests/compute/create_lun_on_filer.rb
fog-2.0.0.pre.0 lib/fog/cloudstack/requests/compute/create_lun_on_filer.rb
vagrant-cloudstack-1.2.0 vendor/bundle/gems/fog-1.32.0/lib/fog/cloudstack/requests/compute/create_lun_on_filer.rb
fog-1.34.0 lib/fog/cloudstack/requests/compute/create_lun_on_filer.rb
fog-1.33.0 lib/fog/cloudstack/requests/compute/create_lun_on_filer.rb
fog-1.32.0 lib/fog/cloudstack/requests/compute/create_lun_on_filer.rb
fog-1.31.0 lib/fog/cloudstack/requests/compute/create_lun_on_filer.rb