Method: OvirtSDK4::ExternalHostProviderService#import_certificates
- Defined in:
- lib/ovirtsdk4/services.rb
#import_certificates(opts = {}) ⇒ Object
Import the SSL certificates of the external host provider.
37358 37359 37360 |
# File 'lib/ovirtsdk4/services.rb', line 37358 def import_certificates(opts = {}) internal_action(:importcertificates, nil, IMPORT_CERTIFICATES, opts) end |