Sha256: bdc85efa5d7afd12c11bc59d16d63246f15582a88b6206942fd26e119de86b61

Contents?: true

Size: 504 Bytes

Versions: 1

Compression:

Stored size: 504 Bytes

Contents

module Fog
  module Compute
    class Cloudstack

      class Real
        #  delete a nicira nvp device
        #
        # {CloudStack API Reference}[http://cloudstack.apache.org/docs/api/apidocs-4.3/root_admin/deleteNiciraNvpDevice.html]
        def delete_nicira_nvp_device(nvpdeviceid, options={})
          options.merge!(
            'command' => 'deleteNiciraNvpDevice', 
            'nvpdeviceid' => nvpdeviceid  
          )
          request(options)
        end
      end

    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fog-1.23.0 lib/fog/cloudstack/requests/compute/delete_nicira_nvp_device.rb