Sha256: 7d153c5d35205112f9ac47916e0e29f1c29961b09ee7ea5bdbfd64c72ee6d461
Contents?: true
Size: 544 Bytes
Versions: 1
Compression:
Stored size: 544 Bytes
Contents
module Fog module Compute class Cloudstack class Real # lists network that are using a nicira nvp device # # {CloudStack API Reference}[http://cloudstack.apache.org/docs/api/apidocs-4.3/root_admin/listNiciraNvpDeviceNetworks.html] def list_nicira_nvp_device_networks(nvpdeviceid, options={}) options.merge!( 'command' => 'listNiciraNvpDeviceNetworks', 'nvpdeviceid' => nvpdeviceid ) 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_nicira_nvp_device_networks.rb |