Sha256: 84e52aa03eaf7b3285f834853209985db16ca303248f03b3149b119ff5f96ff4
Contents?: true
Size: 532 Bytes
Versions: 3
Compression:
Stored size: 532 Bytes
Contents
module Fog module Compute class OracleCloud class Real def get_security_application(name) response = request( :expects => 200, :method => 'GET', :path => "/secapplication/Compute-#{@identity_domain}/#{@username}/#{name}", :headers => { 'Content-Type' => 'application/oracle-compute-v3+json', 'Accept' => 'application/oracle-compute-v3+json' } ) response end end end end end
Version data entries
3 entries across 3 versions & 1 rubygems