Sha256: dcc258569a586ffcac3c0a33f1bb747824c7553e9ef5b132e5a009921b500ee0
Contents?: true
Size: 466 Bytes
Versions: 1
Compression:
Stored size: 466 Bytes
Contents
module Fog module Compute class Cloudstack class Real # List a storage network IP range. # # {CloudStack API Reference}[http://cloudstack.apache.org/docs/api/apidocs-4.3/root_admin/listStorageNetworkIpRange.html] def list_storage_network_ip_range(options={}) options.merge!( 'command' => 'listStorageNetworkIpRange' ) 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_storage_network_ip_range.rb |