Sha256: 3aa015bf5d8d6238ed97677cc7c26813303c7fcb6a02f51793468390ba8a76ac

Contents?: true

Size: 518 Bytes

Versions: 1

Compression:

Stored size: 518 Bytes

Contents

module Fog
  module Compute
    class Cloudstack

      class Real
        # Lists all network services provided by CloudStack or for the given Provider.
        #
        # {CloudStack API Reference}[http://cloudstack.apache.org/docs/api/apidocs-4.3/root_admin/listSupportedNetworkServices.html]
        def list_supported_network_services(options={})
          options.merge!(
            'command' => 'listSupportedNetworkServices'  
          )
          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/list_supported_network_services.rb