Sha256: 27a74699a2cb3a78f447476733da42d290dac97c7a0e3c18a081b4fb8aa88fb0
Contents?: true
Size: 538 Bytes
Versions: 12
Compression:
Stored size: 538 Bytes
Contents
module Fog module Compute class OracleCloud class Real def get_security_rule(name) response = request( :expects => 200, :method => 'GET', :path => "/secrule/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
12 entries across 12 versions & 1 rubygems