Sha256: 4c9582c77bc52abbfead863338bb4e4d7c77d52bee83cc06f8956644493300e0
Contents?: true
Size: 402 Bytes
Versions: 1
Compression:
Stored size: 402 Bytes
Contents
module Fog module Compute class Cloudstack class Real # Lists Regions # # {CloudStack API Reference}[http://cloudstack.apache.org/docs/api/apidocs-4.3/root_admin/listRegions.html] def list_regions(options={}) options.merge!( 'command' => 'listRegions' ) request(options) end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fog-1.23.0 | lib/fog/cloudstack/requests/compute/list_regions.rb |