Sha256: 40841c8458bfd8408979dde652febdd75782046a9489f5e6c1da5a0367adc1a3
Contents?: true
Size: 621 Bytes
Versions: 28
Compression:
Stored size: 621 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.4/root_admin/listStorageNetworkIpRange.html] def list_storage_network_ip_range(*args) options = {} if args[0].is_a? Hash options = args[0] options.merge!('command' => 'listStorageNetworkIpRange') else options.merge!('command' => 'listStorageNetworkIpRange') end request(options) end end end end end
Version data entries
28 entries across 26 versions & 4 rubygems