Sha256: 73eb315ca7ebd76c24cf224698e426bc09d183d5fa2e6477ac2b70b03575b106
Contents?: true
Size: 399 Bytes
Versions: 7
Compression:
Stored size: 399 Bytes
Contents
module Fog module Monitoring class StormOnDemand class Bandwidths < Fog::Collection model Fog::Monitoring::StormOnDemand::Bandwidth def graph(options) service.get_bandwidth_graph(options).body end def stats(uniq_id) bw = service.get_bandwidth_stats(:uniq_id => uniq_id).body new(bw) end end end end end
Version data entries
7 entries across 5 versions & 3 rubygems