Sha256: fa48ef18b81cb2649c78d1bb684803bf71604c677a14ce1f375b20a31e0c49c4
Contents?: true
Size: 452 Bytes
Versions: 1
Compression:
Stored size: 452 Bytes
Contents
module Fog module Compute class Cloudstack class Real # Lists Cisco VNMC controllers # # {CloudStack API Reference}[http://cloudstack.apache.org/docs/api/apidocs-4.3/root_admin/listCiscoVnmcResources.html] def list_cisco_vnmc_resources(options={}) options.merge!( 'command' => 'listCiscoVnmcResources' ) 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_cisco_vnmc_resources.rb |