Sha256: e206b1699986193884f00328f919cd13b2d14d4ce66a476dd53dbe18a1f1dcf8
Contents?: true
Size: 424 Bytes
Versions: 29
Compression:
Stored size: 424 Bytes
Contents
module Fog module Compute class Cloudstack class Real # Remove the LDAP context for this site. # # {CloudStack API Reference}[http://cloudstack.apache.org/docs/api/apidocs-4.3/root_admin/ldapRemove.html] def ldap_remove(options={}) options.merge!( 'command' => 'ldapRemove' ) request(options) end end end end end
Version data entries
29 entries across 27 versions & 4 rubygems