Sha256: 249d5b33b757e8cfacfd077a15cc9a90d1673b56b7edabd298af8192b0cbe6b4
Contents?: true
Size: 438 Bytes
Versions: 7
Compression:
Stored size: 438 Bytes
Contents
module Fog module Compute class XenServer class Real def set_memory_limits_server(ref, static_min, static_max, dynamic_min, dynamic_max) @connection.request({ :parser => Fog::Parsers::XenServer::Base.new, :method => "VM.set_memory_limits" }, ref, static_min, static_max, dynamic_min, dynamic_max) end alias_method :set_memory_limits_vm, :set_memory_limits_server end end end end
Version data entries
7 entries across 5 versions & 2 rubygems