Sha256: 2ab2477d492a4efbb5da78ac0030dc4b5edb76ba1784c6bd027856de2bec35cf
Contents?: true
Size: 406 Bytes
Versions: 7
Compression:
Stored size: 406 Bytes
Contents
module Fog module Compute class XenServer class Real def import_convert_server(type, username, password, sr, remote_config) @connection.request({ :parser => Fog::Parsers::XenServer::Base.new, :method => "VM.import_convert" }, type, username, password, sr, remote_config) end alias_method :import_convert_vm, :import_convert_server end end end end
Version data entries
7 entries across 5 versions & 2 rubygems