Sha256: 41a3a549c425d036ed5a2cb239568abd8a1ee14ffc7812b2d04a9350d96c3e2e
Contents?: true
Size: 543 Bytes
Versions: 7
Compression:
Stored size: 543 Bytes
Contents
module Fog module Compute class XenServer class Real def create_sr(config = {}, extra_params = {}) @connection.request({ :parser => Fog::Parsers::XenServer::Base.new, :method => "SR.create" }, extra_params[:host_ref], extra_params[:device_config], config[:physical_size], config[:name], config[:description], config[:type], config[:content_type], config[:shared], config[:sm_config]) end end end end end
Version data entries
7 entries across 5 versions & 2 rubygems