Sha256: 76147398c14e804be36308e93cc7cc675f780d753e7c9422132be48e79be3e07
Contents?: true
Size: 359 Bytes
Versions: 7
Compression:
Stored size: 359 Bytes
Contents
module Fog module Compute class XenServer class Real def ha_compute_hypothetical_max_host_failures_to_tolerate_pool(configuration) @connection.request({ :parser => Fog::Parsers::XenServer::Base.new, :method => "pool.ha_compute_hypothetical_max_host_failures_to_tolerate" }, configuration) end end end end end
Version data entries
7 entries across 5 versions & 2 rubygems