Sha256: d0ffd271ca019436363c5363cc14db94b2cc6cadaffd9a54b26837d27affaeab
Contents?: true
Size: 483 Bytes
Versions: 1
Compression:
Stored size: 483 Bytes
Contents
module Fog module Compute class Cloudstack class Real # Lists supported methods of network isolation # # {CloudStack API Reference}[http://cloudstack.apache.org/docs/api/apidocs-4.3/root_admin/listNetworkIsolationMethods.html] def list_network_isolation_methods(options={}) options.merge!( 'command' => 'listNetworkIsolationMethods' ) 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_network_isolation_methods.rb |