Sha256: ef49fa4608dbb241d9164ad036cfbe99f43eb889d89e54c4ca55d9cce718c5a4
Contents?: true
Size: 213 Bytes
Versions: 34
Compression:
Stored size: 213 Bytes
Contents
module Fog module Compute class Brightbox class Real def create_firewall_rule(options) request("post", "/1.0/firewall_rules", [202], options) end end end end end
Version data entries
34 entries across 34 versions & 11 rubygems