Sha256: 94f44670386843e0fdfa9556fef86edf0a09ef0aaff6c9b6da25f46d7490f055
Contents?: true
Size: 681 Bytes
Versions: 111
Compression:
Stored size: 681 Bytes
Contents
module Fog module Compute class GoGrid class Real # List load balancers # # ==== Parameters # * options<~Hash>: # * 'datacenter'<~String> - datacenter to limit results to # * 'num_items'<~Integer> - Number of items to return # * 'page'<~Integer> - Page index for paginated results # # ==== Returns # * response<~Excon::Response>: # * body<~Array>: # TODO: docs def grid_loadbalancer_list(options={}) request( :path => 'grid/loadbalancer/list', :query => options ) end end end end end
Version data entries
111 entries across 111 versions & 19 rubygems