Sha256: edab178496070dd4bb3a9310f0b62d1b57ea7f1be992fb23d6ef747eba6cb8b7
Contents?: true
Size: 285 Bytes
Versions: 7
Compression:
Stored size: 285 Bytes
Contents
module Fog module Compute class XenServer class Real def assert_can_host_ha_statefile_sr(ref) @connection.request({ :parser => Fog::Parsers::XenServer::Base.new, :method => "SR.assert_can_host_ha_statefile" }, ref) end end end end end
Version data entries
7 entries across 5 versions & 2 rubygems