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( = {}) data = service.list_hosts() load_response(data, 'hosts') end |