Method: Fog::Compute::HuaweiCloud::Hosts#all

Defined in:
lib/fog/compute/huaweicloud/models/hosts.rb

#all(options = {}) ⇒ Object



10
11
12
13
# File 'lib/fog/compute/huaweicloud/models/hosts.rb', line 10

def all(options = {})
  data = service.list_hosts(options)
  load_response(data, 'hosts')
end